Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

First, you will need to create an empty collection (ArrayList<ChecklistItem) that will contain the new items.

Code Block
languagejava
def ArrayList<ChecklistItem> newChecklistValue = new ArrayList<ChecklistItem>();

...