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

Print this page

        

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