test
This commit is contained in:
@@ -31,12 +31,6 @@ public class TriBool {
|
||||
@Export("urlRequester")
|
||||
static UrlRequester urlRequester;
|
||||
|
||||
static {
|
||||
TriBool_unknown = new TriBool();
|
||||
TriBool_true = new TriBool();
|
||||
TriBool_false = new TriBool();
|
||||
}
|
||||
|
||||
@ObfuscatedName("go")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(I)V",
|
||||
@@ -48,4 +42,10 @@ public class TriBool {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
static {
|
||||
TriBool_unknown = new TriBool();
|
||||
TriBool_true = new TriBool();
|
||||
TriBool_false = new TriBool();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user