jdk/src/share/classes/sun/misc/ProxyGenerator.java
changeset 21655 55f32ae4f920
parent 16923 50bfa0defec2
child 25187 08aff438def8
--- a/jdk/src/share/classes/sun/misc/ProxyGenerator.java	Tue Nov 12 17:37:45 2013 +0000
+++ b/jdk/src/share/classes/sun/misc/ProxyGenerator.java	Tue Nov 12 09:44:39 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2013, 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
@@ -384,7 +384,7 @@
     private String className;
 
     /** proxy interfaces */
-    private Class[] interfaces;
+    private Class<?>[] interfaces;
 
     /** proxy class access flags */
     private int accessFlags;