mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 06:18:07 +00:00
merged honfika changes
chinese translation for jsyntaxpane
This commit is contained in:
@@ -38,7 +38,7 @@ public class ExportTest {
|
||||
|
||||
@BeforeClass
|
||||
public void addLogger() {
|
||||
Configuration.setConfig("autoDeobfuscate", Boolean.TRUE);
|
||||
Configuration.setConfig("autoDeobfuscate", true);
|
||||
Logger logger = Logger.getLogger("");
|
||||
logger.addHandler(new Handler() {
|
||||
@Override
|
||||
@@ -90,6 +90,12 @@ public class ExportTest {
|
||||
public int handle(Throwable thrown) {
|
||||
return AbortRetryIgnoreHandler.ABORT;
|
||||
}
|
||||
|
||||
@Override
|
||||
public AbortRetryIgnoreHandler getNewInstance() {
|
||||
return this;
|
||||
}
|
||||
|
||||
}, fdir.getAbsolutePath(), false, false);
|
||||
} catch (Exception ex) {
|
||||
fail();
|
||||
|
||||
Reference in New Issue
Block a user