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
@@ -26,8 +26,9 @@ public final class User {
@org.jetbrains.annotations.NotNull()
private final java.lang.String name = "John";
public User() {
super();
@org.jetbrains.annotations.NotNull()
public final java.lang.String getName() {
return null;
}
public User(@org.jetbrains.annotations.NotNull()
@@ -35,8 +36,7 @@ public final class User {
super();
}
@org.jetbrains.annotations.NotNull()
public final java.lang.String getName() {
return null;
public User() {
super();
}
}