mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 13:40:46 +00:00
small fixes
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ public class UnsupportedActionItem extends ActionItem {
|
||||
|
||||
@Override
|
||||
public GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) {
|
||||
return writer.append("//" + AppResources.translate("decompilation.unsupported") + ":" + value);
|
||||
return writer.append("// " + AppResources.translate("decompilation.unsupported") + ":" + value);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user