mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-12-01 16:27:59 +01:00
Why do builders have to be so UGLY?
This commit is contained in:
parent
d94f792851
commit
6debbc49da
1 changed files with 1 additions and 3 deletions
|
@ -84,8 +84,6 @@ public class BethlehemSkinServer implements SkinServer {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return new ToStringBuilder(this, IndentedToStringStyle.INSTANCE)
|
||||
.append("address", address)
|
||||
.build();
|
||||
return new ToStringBuilder(this, IndentedToStringStyle.INSTANCE).append("address", address).build();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue