Skip to content

Commit 0a99b84

Browse files
authored
Merge pull request #2 from ipr0james/master
ARRAY PLS
2 parents 72c3e64 + 7cc1091 commit 0a99b84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/de/arraying/kotys/JSON.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,9 @@ public final <T> T marshal(Class<T> clazz, String... ignoredKeys)
341341
* @param format - Format to be applied to String marshal()
342342
*/
343343

344-
public void setFormat(JSONMarshalFormat format) {
344+
public JSON setFormat(JSONMarshalFormat format) {
345345
this.format = format;
346+
return this;
346347
}
347348

348349
/**

0 commit comments

Comments
 (0)