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

Print this page

        

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