Skip to content

Commit

Permalink
Remove unnecessary change.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Sep 30, 2019
1 parent 4d23bcf commit c4c226e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ private <T extends FormatExtension> void configure(String name, Class<T> clazz,
configure.execute(value);
}

@SuppressWarnings({"unchecked"})
@SuppressWarnings("unchecked")
private <T extends FormatExtension> T maybeCreate(String name, Class<T> clazz) {
FormatExtension existing = formats.get(name);
if (existing != null) {
Expand Down

0 comments on commit c4c226e

Please sign in to comment.