Skip to content

Commit

Permalink
Merge pull request #2 from ipr0james/master
Browse files Browse the repository at this point in the history
ARRAY PLS
  • Loading branch information
Arraying authored May 26, 2019
2 parents 72c3e64 + 7cc1091 commit 0a99b84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/de/arraying/kotys/JSON.java
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,9 @@ public final <T> T marshal(Class<T> clazz, String... ignoredKeys)
* @param format - Format to be applied to String marshal()
*/

public void setFormat(JSONMarshalFormat format) {
public JSON setFormat(JSONMarshalFormat format) {
this.format = format;
return this;
}

/**
Expand Down

0 comments on commit 0a99b84

Please sign in to comment.