Revert "Sort class members to ensure deterministic builds"

This reverts commit 4bf63a9539.
This commit is contained in:
Ivan Gavrilovic
2021-01-08 19:48:07 +00:00
committed by Yan Zhulanow
parent 77f8c1e58f
commit a320152a03
70 changed files with 1279 additions and 1382 deletions
@@ -57,10 +57,6 @@ public final class B {
@org.jetbrains.annotations.NotNull()
private final java.lang.String d = "";
public B() {
super();
}
@org.jetbrains.annotations.NotNull()
public final java.lang.String getA() {
return null;
@@ -80,4 +76,8 @@ public final class B {
public final java.lang.String getD() {
return null;
}
public B() {
super();
}
}