This commit is contained in:
Keith Donald
2008-03-08 23:15:40 +00:00
parent f00cc7c72d
commit 05f7591515

View File

@@ -56,8 +56,7 @@ public class Message implements Serializable {
}
public String toString() {
return new ToStringCreator(this).append("source", source).append("severity", severity).append("text", text)
.toString();
return new ToStringCreator(this).append("severity", severity).append("text", text).toString();
}
}