src/share/classes/com/sun/imageio/plugins/jpeg/DQTMarkerSegment.java

Print this page

        

*** 272,282 **** Qtable newGuy = null; try { newGuy = (Qtable) super.clone(); } catch (CloneNotSupportedException e) {} // won't happen if (data != null) { ! newGuy.data = (int []) data.clone(); } return newGuy; } IIOMetadataNode getNativeNode() { --- 272,282 ---- Qtable newGuy = null; try { newGuy = (Qtable) super.clone(); } catch (CloneNotSupportedException e) {} // won't happen if (data != null) { ! newGuy.data = data.clone(); } return newGuy; } IIOMetadataNode getNativeNode() {