# HG changeset patch # User lana # Date 1450982001 28800 # Node ID 3359dd18cde06bcf02a24e11e34bc51c14e246ef # Parent 1aa38760e68f86822bb64b695c4f1e37ae0abc68# Parent d72a2dfef02f9cde0d43269f2f2f73e56ca2cfcf Merge diff -r 1aa38760e68f -r 3359dd18cde0 jaxws/src/java.xml.bind/share/classes/javax/xml/bind/annotation/adapters/XmlAdapter.java --- 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 @@ *
Usage:
* *- * 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,