src/share/classes/javax/print/attribute/standard/MediaTray.java

Print this page

        

@@ -124,11 +124,11 @@
     /**
      * Returns the string table for class MediaTray.
      */
     protected String[] getStringTable()
     {
-        return (String[])myStringTable.clone();
+        return myStringTable.clone();
     }
 
     /**
      * Returns the enumeration value table for class MediaTray.
      */