Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 3, 2021
1 parent dbc2de2 commit 1505133
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(final Class[] classes) throws IOException {
public Object getContent(@SuppressWarnings("rawtypes") final Class[] classes) throws IOException {
return urlConnection.getContent(classes);
}

Expand Down

0 comments on commit 1505133

Please sign in to comment.