mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 05:54:50 +00:00
small fixes
This commit is contained in:
@@ -794,6 +794,10 @@ public class Helper {
|
||||
}
|
||||
}
|
||||
|
||||
public static String getDecompilationSkippedComment() {
|
||||
return "// " + AppResources.translate("decompilation.skipped");
|
||||
}
|
||||
|
||||
public static void appendTimeoutComment(GraphTextWriter writer, int timeout) {
|
||||
writer.appendNoHilight("/*").newLine();
|
||||
writer.appendNoHilight(" * ").appendNoHilight(AppResources.translate("decompilationError")).newLine();
|
||||
|
||||
Reference in New Issue
Block a user