diff -r cc682329886b -r b0610cd08440 src/share/jaxws_classes/javax/xml/bind/Marshaller.java --- a/src/share/jaxws_classes/javax/xml/bind/Marshaller.java Thu Sep 26 10:43:28 2013 -0700 +++ b/src/share/jaxws_classes/javax/xml/bind/Marshaller.java Fri Oct 04 16:21:34 2013 +0100 @@ -175,9 +175,7 @@ * encoding used during these marshal operations. Client applications are * expected to supply a valid character encoding name as defined in the * W3C XML 1.0 - * Recommendation and supported by your - * - * Java Platform. + * Recommendation and supported by your Java Platform. * * *

@@ -292,7 +290,7 @@ * boolean beforeMarshal(Marshaller); * * // Invoked by Marshaller after it has marshalled all properties of this object. - * void afterMmarshal(Marshaller); + * void afterMarshal(Marshaller); * * * The class defined event callback methods should be used when the callback method requires