jdk/src/share/classes/sun/tools/jconsole/ProxyClient.java
changeset 24871 224e298c3978
parent 22584 eed64ee05369
--- a/jdk/src/share/classes/sun/tools/jconsole/ProxyClient.java	Wed Jun 11 15:47:53 2014 +0200
+++ b/jdk/src/share/classes/sun/tools/jconsole/ProxyClient.java	Thu Jun 12 10:32:19 2014 +0200
@@ -954,7 +954,7 @@
             final InvocationHandler ih = new SnapshotInvocationHandler(mbsc);
             return (SnapshotMBeanServerConnection) Proxy.newProxyInstance(
                     Snapshot.class.getClassLoader(),
-                    new Class[] {SnapshotMBeanServerConnection.class},
+                    new Class<?>[] {SnapshotMBeanServerConnection.class},
                     ih);
         }
     }