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

Print this page

        

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