Sets or resets the changed map flags
()
| 481 | * Sets or resets the changed map flags |
| 482 | */ |
| 483 | private void initializeChangedMap() { |
| 484 | // set changed flags |
| 485 | changed.put("display_name", false); |
| 486 | changed.put("description", false); |
| 487 | changed.put("notes", false); |
| 488 | changed.put("custom", false); |
| 489 | changed.put("created", false); |
| 490 | } |
| 491 | |
| 492 | /** |
| 493 | * Formats the JSON output for writing to storage. It drops objects we don't |