Merge
authorlana
Thu, 24 Dec 2015 10:33:21 -0800
changeset 34851 3359dd18cde0
parent 34849 1aa38760e68f (current diff)
parent 34850 d72a2dfef02f (diff)
child 34852 bd26599f2098
Merge
--- a/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/annotation/adapters/XmlAdapter.java	Wed Dec 23 15:41:54 2015 -0800
+++ b/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/annotation/adapters/XmlAdapter.java	Thu Dec 24 10:33:21 2015 -0800
@@ -31,10 +31,10 @@
  * <p> <b> Usage: </b> </p>
  *
  * <p>
- * Some Java types do not map naturally to a XML representation, for
+ * Some Java types do not map naturally to an XML representation, for
  * example {@code HashMap} or other non JavaBean classes. Conversely,
- * a XML repsentation may map to a Java type but an application may
- * choose to accesss the XML representation using another Java
+ * an XML representation may map to a Java type but an application may
+ * choose to access the XML representation using another Java
  * type. For example, the schema to Java binding rules bind
  * xs:DateTime by default to XmlGregorianCalendar. But an application
  * may desire to bind xs:DateTime to a custom type,