mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 14:27:59 +01:00
Apparantly this is correct?
This commit is contained in:
parent
9dd0c0dfb8
commit
25a42908e9
1 changed files with 4 additions and 1 deletions
|
@ -121,6 +121,9 @@ public class Pony {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return MoreObjects.toStringHelper(this).add("texture", texture).add("metadata", metadata).toString();
|
||||
return MoreObjects.toStringHelper(this)
|
||||
.add("texture", texture)
|
||||
.add("metadata", metadata)
|
||||
.toString();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue