Change ToString style to "short prefix"

This commit is contained in:
Stuart Boston
2013-07-25 12:52:24 +01:00
parent a98eac75dc
commit 8478865141
30 changed files with 29 additions and 33 deletions
@@ -83,6 +83,6 @@ public class StatusCode implements Serializable {
@Override
public String toString() {
return ToStringBuilder.reflectionToString(this, ToStringStyle.SIMPLE_STYLE);
return ToStringBuilder.reflectionToString(this, ToStringStyle.SHORT_PREFIX_STYLE);
}
}