changeset 20754 | 3d7b2fafc34b |
parent 19069 | 1d9cb0d080e3 |
child 24260 | 55a72a7e0cf9 |
--- a/jdk/src/share/classes/java/net/ContentHandler.java Tue Oct 08 11:35:29 2013 -0700 +++ b/jdk/src/share/classes/java/net/ContentHandler.java Tue Oct 08 14:41:46 2013 -0700 @@ -96,6 +96,7 @@ * @exception IOException if an I/O error occurs while reading the object. * @since 1.3 */ + @SuppressWarnings("rawtypes") public Object getContent(URLConnection urlc, Class[] classes) throws IOException { Object obj = getContent(urlc);