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

Print this page

        

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