mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 11:00:48 +00:00
Issues #243,#326: improved deobfuscation
code formatting
This commit is contained in:
@@ -33,8 +33,8 @@ public abstract class AppFrame extends JFrame {
|
||||
public String translate(String key) {
|
||||
return resourceBundle.getString(key);
|
||||
}
|
||||
|
||||
public void updateLanguage(){
|
||||
|
||||
public void updateLanguage() {
|
||||
resourceBundle = ResourceBundle.getBundle(AppStrings.getResourcePath(getClass()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user