jdk/src/share/classes/java/net/URLConnection.java
changeset 22119 da8b8a10483f
parent 21428 e408bf58d482
child 24260 55a72a7e0cf9
--- a/jdk/src/share/classes/java/net/URLConnection.java	Tue Jan 07 11:50:15 2014 -0500
+++ b/jdk/src/share/classes/java/net/URLConnection.java	Tue Jan 07 09:58:16 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1995, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -760,7 +760,7 @@
      * @see        java.net.URLConnection#setContentHandlerFactory(java.net.ContentHandlerFactory)
      * @since 1.3
      */
-    public Object getContent(Class[] classes) throws IOException {
+    public Object getContent(Class<?>[] classes) throws IOException {
         // Must call getInputStream before GetHeaderField gets called
         // so that FileNotFoundException has a chance to be thrown up
         // from here without being caught.