src/share/classes/com/sun/tools/apt/mirror/type/ArrayTypeImpl.java

Print this page

        

@@ -33,11 +33,11 @@
 
 
 /**
  * Implementation of ArrayType
  */
-
+@SuppressWarnings("deprecation")
 public class ArrayTypeImpl extends TypeMirrorImpl implements ArrayType {
 
     protected Type.ArrayType type;