Polish Pivotal GemFire starter and sample
Closes gh-5439
This commit is contained in:
committed by
Stephane Nicoll
parent
63a3d003dd
commit
67f92bff1e
@@ -89,7 +89,7 @@ public class Gemstone implements Serializable {
|
||||
@Override
|
||||
public String toString() {
|
||||
return String.format("{ @type = %1$s, id = %2$d, name = %3$s }",
|
||||
getClass().getName(), getId(), getName());
|
||||
getClass().getName(), getId(), getName());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user