Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Diamond operator.
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Mar 17, 2016
1 parent 732507a commit 86e8bd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected Map<String, Object> getTemplateParameters()
boolean enableVerbose = (Boolean) wizard.getProperty(NewTestMainWizardPanel1.PROP_MAIN_ENABLE_VERBOSE);
boolean enableColor = (Boolean) wizard.getProperty(NewTestMainWizardPanel1.PROP_MAIN_ENABLE_COLOR);

Map<String, Object> args = new HashMap<String, Object>();
Map<String, Object> args = new HashMap<>();
args.put("enableVerbose", enableVerbose);
args.put("enableColor", enableColor);

Expand Down

0 comments on commit 86e8bd1

Please sign in to comment.