mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-19 11:18:07 +00:00
Saving files before refreshing line endings
This commit is contained in:
@@ -36,4 +36,9 @@ public class DumpInfoSpecial extends DumpInfo {
|
||||
this.specialType = specialType;
|
||||
this.specialValue = specialValue;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return super.toString() + " (special: " + specialValue + ")";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user