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
@@ -4,10 +4,10 @@ import java.lang.System;
|
||||
public final class A$B {
|
||||
public A$B.C c;
|
||||
public A$B.D$E de;
|
||||
public A$B.D$$E dee;
|
||||
public A$B.D$$$E deee;
|
||||
public J$B.C jc;
|
||||
public J$B.D$E jde;
|
||||
public A$B.D$$E dee;
|
||||
public A$B.D$$$E deee;
|
||||
public J$B.D$$E jdee;
|
||||
public J$B.D$$$E jdeee;
|
||||
|
||||
@@ -245,11 +245,6 @@ public final class Test1 extends Foo.Bar implements IFoo.IBar, IFoo.IBar.IZoo {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final Foo.Bar.Zoo zoo = null;
|
||||
|
||||
public Test1(@org.jetbrains.annotations.NotNull()
|
||||
Foo.Bar.Zoo zoo) {
|
||||
super();
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final java.lang.Thread.State a() {
|
||||
return null;
|
||||
@@ -264,4 +259,9 @@ public final class Test1 extends Foo.Bar implements IFoo.IBar, IFoo.IBar.IZoo {
|
||||
public final Foo.Bar.Zoo getZoo() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public Test1(@org.jetbrains.annotations.NotNull()
|
||||
Foo.Bar.Zoo zoo) {
|
||||
super();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user