Skip to content

Commit

Permalink
Remove @SuppressWarnings, not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Gregory committed Feb 12, 2022
1 parent 78d2e75 commit 3da2535
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public Object getContent() throws IOException {
}

@Override
public Object getContent(@SuppressWarnings("rawtypes") final Class[] classes) throws IOException {
public Object getContent(final Class[] classes) throws IOException {
return urlConnection.getContent(classes);
}

Expand Down

0 comments on commit 3da2535

Please sign in to comment.