jaxws/src/java.xml.bind/share/classes/javax/xml/bind/helpers/AbstractMarshallerImpl.java
changeset 32795 5a5710ee05a0
parent 25871 b80b84e87032
equal deleted inserted replaced
32712:f61a63b7d1e5 32795:5a5710ee05a0
    46 // J2SE1.4 feature
    46 // J2SE1.4 feature
    47 // import java.nio.charset.Charset;
    47 // import java.nio.charset.Charset;
    48 // import java.nio.charset.UnsupportedCharsetException;
    48 // import java.nio.charset.UnsupportedCharsetException;
    49 
    49 
    50 /**
    50 /**
    51  * Partial default <tt>Marshaller</tt> implementation.
    51  * Partial default {@code Marshaller} implementation.
    52  *
    52  *
    53  * <p>
    53  * <p>
    54  * This class provides a partial default implementation for the
    54  * This class provides a partial default implementation for the
    55  * {@link javax.xml.bind.Marshaller} interface.
    55  * {@link javax.xml.bind.Marshaller} interface.
    56  *
    56  *