More refactoring (tm)

This commit is contained in:
Lucas
2019-07-07 15:10:50 +02:00
parent e1a815eddd
commit e2aac6d899
159 changed files with 38213 additions and 46222 deletions

View File

@@ -22,8 +22,8 @@ public class Ignored extends User {
garbageValue = "-842469150"
)
@Export("compareTo00")
int compareTo00(Ignored var1) {
return this.id - var1.id;
int compareTo00(Ignored other) {
return this.id - other.id;
}
@ObfuscatedName("aj")