Reformat and clean up "net" package
This commit is contained in:
@@ -84,6 +84,8 @@ public class MessengerCharacter {
|
||||
final MessengerCharacter other = (MessengerCharacter) obj;
|
||||
if (name == null) {
|
||||
return other.name == null;
|
||||
} else return name.equals(other.name);
|
||||
} else {
|
||||
return name.equals(other.name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -133,7 +133,9 @@ public class PartyCharacter {
|
||||
final PartyCharacter other = (PartyCharacter) obj;
|
||||
if (name == null) {
|
||||
return other.name == null;
|
||||
} else return name.equals(other.name);
|
||||
} else {
|
||||
return name.equals(other.name);
|
||||
}
|
||||
}
|
||||
|
||||
public int getWorld() {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user