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

Print this page

        

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