mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-23 12:55:42 +00:00
Fixed code style
This commit is contained in:
@@ -266,7 +266,7 @@ public class DottedChain implements Serializable, Comparable<DottedChain> {
|
||||
public String toString() {
|
||||
return toRawString();
|
||||
}
|
||||
|
||||
|
||||
protected String toString(boolean as3, boolean raw, boolean withSuffix) {
|
||||
if (isNull) {
|
||||
return "";
|
||||
|
||||
Reference in New Issue
Block a user