Example #1
0
 protected Object clone() {
   JFIFExtensionMarkerSegment newGuy = (JFIFExtensionMarkerSegment) super.clone();
   if (thumb != null) {
     newGuy.thumb = (JFIFThumb) thumb.clone();
   }
   return newGuy;
 }