Skip to content

Commit

Permalink
fix unsafe operation warning from gradle (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
remonh87 authored Jul 12, 2022
1 parent 95926a6 commit 3339623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public String getName() {
}

public Map<String, Object> getConstants() {
return new HashMap();
return new HashMap<String, Object>();
}

@Override
Expand Down

0 comments on commit 3339623

Please sign in to comment.