Skip to content

Commit 8c0385c

Browse files
committed
Add @SuppressWarnings("rawtypes")
1 parent 4afb452 commit 8c0385c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/CloseableURLConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public Object getContent() throws IOException {
8383
}
8484

8585
@Override
86-
public Object getContent(final Class[] classes) throws IOException {
86+
public Object getContent(@SuppressWarnings("rawtypes") final Class[] classes) throws IOException {
8787
return urlConnection.getContent(classes);
8888
}
8989

0 commit comments

Comments
 (0)