src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerDouble.java

Print this page

        

*** 28,41 **** import com.sun.xml.internal.bind.api.AccessorException; import com.sun.xml.internal.bind.v2.runtime.XMLSerializer; /** * {@link Lister} for primitive type arrays. ! * * <p> * B y t e ArrayLister is used as the master to generate the rest of the * lister classes. Do not modify the generated copies. */ final class PrimitiveArrayListerDouble<BeanT> extends Lister<BeanT,double[],Double,PrimitiveArrayListerDouble.DoubleArrayPack> { private PrimitiveArrayListerDouble() { } --- 28,44 ---- import com.sun.xml.internal.bind.api.AccessorException; import com.sun.xml.internal.bind.v2.runtime.XMLSerializer; /** * {@link Lister} for primitive type arrays. ! * <p><b> ! * Auto-generated, do not edit. ! * </b></p> * <p> * B y t e ArrayLister is used as the master to generate the rest of the * lister classes. Do not modify the generated copies. + * </p> */ final class PrimitiveArrayListerDouble<BeanT> extends Lister<BeanT,double[],Double,PrimitiveArrayListerDouble.DoubleArrayPack> { private PrimitiveArrayListerDouble() { }