jdk/src/java.desktop/share/classes/javax/imageio/IIOParam.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 35667 ed476aba94de
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   440             this.sourceBands = (sourceBands.clone());
   440             this.sourceBands = (sourceBands.clone());
   441         }
   441         }
   442     }
   442     }
   443 
   443 
   444     /**
   444     /**
   445      * Returns the set of of source bands to be used. The returned
   445      * Returns the set of source bands to be used. The returned
   446      * value is that set by the most recent call to
   446      * value is that set by the most recent call to
   447      * <code>setSourceBands</code>, or <code>null</code> if there have
   447      * <code>setSourceBands</code>, or <code>null</code> if there have
   448      * been no calls to <code>setSourceBands</code>.
   448      * been no calls to <code>setSourceBands</code>.
   449      *
   449      *
   450      * <p> Semantically, the array returned is a copy; changes to
   450      * <p> Semantically, the array returned is a copy; changes to