mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 19:00:48 +00:00
Fixed: Script/Class initializers order of assignment
Changed: Compound script has slot/const traits inside main script initializer
This commit is contained in:
@@ -767,6 +767,14 @@ public abstract class GraphTargetItem implements Serializable, Cloneable {
|
||||
public boolean handlesNewLine() {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks whether this item needs single newline before and after.
|
||||
* @return True if needs
|
||||
*/
|
||||
public boolean hasSingleNewLineAround() {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Converts this to string with new line.
|
||||
|
||||
Reference in New Issue
Block a user