Skip to content

Commit

Permalink
Fix broken build.
Browse files Browse the repository at this point in the history
  • Loading branch information
aboyoun committed Dec 31, 2014
1 parent b78ed5f commit 78daa77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public H2OKeyNotFoundArgumentException(String argument, Key key) {

public H2OKeyNotFoundArgumentException(String name) {
super("Key not found: " + name.toString(),
"Key not found: " + name.toString());
this.values = new IcedHashMap<enum>();
"Key not found: " + name.toString());
this.values = new IcedHashMap<>();
this.values.put("name", name);
}

Expand Down

0 comments on commit 78daa77

Please sign in to comment.