Revert "Merge branch 'master' into master"
This reverts commit43520c1958, reversing changes made to2e7aea3c62.
This commit is contained in:
@@ -31,6 +31,12 @@ 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",
|
||||
@@ -42,10 +48,4 @@ public class TriBool {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
static {
|
||||
TriBool_unknown = new TriBool();
|
||||
TriBool_true = new TriBool();
|
||||
TriBool_false = new TriBool();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user