Fixed failing junit test

This commit is contained in:
Ziver Koc 2016-02-29 14:27:52 +01:00
parent aaddd61963
commit 3f61db4640
5 changed files with 13 additions and 7 deletions

View file

@ -193,7 +193,7 @@ public class JSONObjectOutputStream extends OutputStream implements ObjectOutput
/**
* Defines if null fields in objects should be included
* in the JSON output.
* in the JSON output. Default value is true
*/
public void ignoreNullFields(boolean enable) {
ignoreNullFields = enable;