Fixed failing junit test
This commit is contained in:
parent
aaddd61963
commit
3f61db4640
5 changed files with 13 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue