src/share/jaxws_classes/javax/xml/bind/Marshaller.java

changeset 408
b0610cd08440
parent 368
0989ad8c0860
child 637
9c07ef4934dd
     1.1 --- a/src/share/jaxws_classes/javax/xml/bind/Marshaller.java	Thu Sep 26 10:43:28 2013 -0700
     1.2 +++ b/src/share/jaxws_classes/javax/xml/bind/Marshaller.java	Fri Oct 04 16:21:34 2013 +0100
     1.3 @@ -175,9 +175,7 @@
     1.4   * encoding used during these marshal operations.  Client applications are
     1.5   * expected to supply a valid character encoding name as defined in the
     1.6   * <a href="http://www.w3.org/TR/2000/REC-xml-20001006#charencoding">W3C XML 1.0
     1.7 - * Recommendation</a> and supported by your
     1.8 - * <a href="http://java.sun.com/j2se/1.3/docs/api/java/lang/package-summary.html#charenc">
     1.9 - * Java Platform</a>.
    1.10 + * Recommendation</a> and supported by your Java Platform</a>.
    1.11   * </blockquote>
    1.12   *
    1.13   * <p>
    1.14 @@ -292,7 +290,7 @@
    1.15   *   boolean beforeMarshal(Marshaller);
    1.16   *
    1.17   *   // Invoked by Marshaller after it has marshalled all properties of this object.
    1.18 - *   void afterMmarshal(Marshaller);
    1.19 + *   void afterMarshal(Marshaller);
    1.20   * </pre>
    1.21   * </blockquote>
    1.22   * The class defined event callback methods should be used when the callback method requires

mercurial