Revert "Sort class members to ensure deterministic builds"
This reverts commit 4bf63a9539.
This commit is contained in:
committed by
Yan Zhulanow
parent
77f8c1e58f
commit
a320152a03
+7
-7
@@ -6,10 +6,10 @@ import java.lang.System;
|
||||
public final class A$B {
|
||||
public test.A$B.C c;
|
||||
public test.A$B.D$E de;
|
||||
public test.A$B.D$$E dee;
|
||||
public test.A$B.D$$$E deee;
|
||||
public test.J$B.C jc;
|
||||
public test.J$B.D$E jde;
|
||||
public test.A$B.D$$E dee;
|
||||
public test.A$B.D$$$E deee;
|
||||
public test.J$B.D$$E jdee;
|
||||
public test.J$B.D$$$E jdeee;
|
||||
|
||||
@@ -253,11 +253,6 @@ public final class Test1 extends test.Foo.Bar implements test.IFoo.IBar, test.IF
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final test.Foo.Bar.Zoo zoo = null;
|
||||
|
||||
public Test1(@org.jetbrains.annotations.NotNull()
|
||||
test.Foo.Bar.Zoo zoo) {
|
||||
super();
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final java.lang.Thread.State a() {
|
||||
return null;
|
||||
@@ -272,4 +267,9 @@ public final class Test1 extends test.Foo.Bar implements test.IFoo.IBar, test.IF
|
||||
public final test.Foo.Bar.Zoo getZoo() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public Test1(@org.jetbrains.annotations.NotNull()
|
||||
test.Foo.Bar.Zoo zoo) {
|
||||
super();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user