Single character string concatentation
This commit is contained in:
parent
d81eb1fe2d
commit
88310cf04b
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ public class OreHelper
|
|||
StringBuilder builder = new StringBuilder();
|
||||
builder.append( "ItemRef [ref=" ).append( this.ref.getUnlocalizedName() )
|
||||
.append( ", damage=" ).append( this.damage ).append( ", hash=" )
|
||||
.append( this.hash ).append( "]" );
|
||||
.append( this.hash ).append( ']' );
|
||||
return builder.toString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue