예제 #1
0
 @Override
 public Object clone() throws CloneNotSupportedException {
   FileFragment frag = (FileFragment) super.clone();
   frag.diskIds = diskIds;
   return frag;
 }