JsonToStringStyle doesn't use line breaks. Change JavaDoc to reflect this.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648920 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2015-01-01 19:04:19 +00:00
parent c4ddbe6456
commit 8d9662e0a1
1 changed files with 1 additions and 5 deletions

View File

@ -144,11 +144,7 @@ public abstract class ToStringStyle implements Serializable {
* {@link ToStringBuilder}, the output would look like this:
*
* <pre>
* {
* "name": "John Doe",
* "age": 33,
* "smoker": true
* }
* {"name": "John Doe", "age": 33, "smoker": true}
* </pre>
*
* <strong>Note:</strong> Since field names are mandatory in JSON, this