Skip to content

refactor: using set- instead of add-

Carl Gützkow requested to merge refactor/builder-set into master

What are the key features of this change

The dialogboxbuilder had methods called add. This misrepresented their use as these methods are only supposed to be used once. They do not add a new value to a dialog box.

closes: #23 (closed)

Size of change: small

Checklist

  • Javadoc is added to methods and classes
  • Tests are added to feature
  • Build tool test passed

Merge request reports