mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 11:54:36 +00:00
Issue #150 Long lines restriction removed
This commit is contained in:
@@ -48,9 +48,6 @@ public abstract class BinaryOpItem extends GraphTargetItem {
|
||||
} else {
|
||||
ret += leftSide.toString(localData);
|
||||
}
|
||||
if (ret.length() > 500) {
|
||||
return "/*line too long*/";
|
||||
}
|
||||
ret += hilight(operator);
|
||||
|
||||
if (rightSide.getPrecedence() > precedence) {
|
||||
|
||||
Reference in New Issue
Block a user