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
@@ -21,17 +21,12 @@ public final class Foo {
|
||||
@java.lang.Deprecated()
|
||||
private final int prop = 0;
|
||||
|
||||
public Foo() {
|
||||
super();
|
||||
}
|
||||
|
||||
@java.lang.Deprecated()
|
||||
public final void foo(int a) {
|
||||
}
|
||||
|
||||
@java.lang.Deprecated()
|
||||
public final int getFoo() {
|
||||
return 0;
|
||||
public static void getProp$annotations() {
|
||||
}
|
||||
|
||||
@java.lang.Deprecated()
|
||||
@@ -40,10 +35,15 @@ public final class Foo {
|
||||
}
|
||||
|
||||
@java.lang.Deprecated()
|
||||
public static void getProp$annotations() {
|
||||
public final int getFoo() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@java.lang.Deprecated()
|
||||
public final void setFoo(int value) {
|
||||
}
|
||||
|
||||
public Foo() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user