--- old/src/java.xml.bind/share/classes/javax/xml/bind/JAXBContextFactory.java 2015-09-19 13:15:31.468774582 +0300 +++ new/src/java.xml.bind/share/classes/javax/xml/bind/JAXBContextFactory.java 2015-09-19 13:15:31.332773908 +0300 @@ -38,7 +38,7 @@ /** *

- * Create a new instance of a JAXBContext class. + * Create a new instance of a {@code JAXBContext} class. * *

* For semantics see {@link javax.xml.bind.JAXBContext#newInstance(Class[], java.util.Map)} @@ -52,11 +52,11 @@ * in an empty map. * * @return - * A new instance of a JAXBContext. + * A new instance of a {@code JAXBContext}. * * @throws JAXBException * if an error was encountered while creating the - * JAXBContext, such as (but not limited to): + * {@code JAXBContext}, such as (but not limited to): *

    *
  1. Classes use JAXB annotations incorrectly *
  2. Classes have colliding annotations (i.e., two classes with the same type name) @@ -75,14 +75,14 @@ /** *

    - * Create a new instance of a JAXBContext class. + * Create a new instance of a {@code JAXBContext} class. * *

    * For semantics see {@link javax.xml.bind.JAXBContext#newInstance(String, ClassLoader, java.util.Map)} * *

    * The interpretation of properties is up to implementations. Implementations should - * throw JAXBException if it finds properties that it doesn't understand. + * throw {@code JAXBException} if it finds properties that it doesn't understand. * * @param contextPath list of java package names that contain schema derived classes * @param classLoader @@ -91,9 +91,9 @@ * provider-specific properties. Can be null, which means the same thing as passing * in an empty map. * - * @return a new instance of a JAXBContext + * @return a new instance of a {@code JAXBContext} * @throws JAXBException if an error was encountered while creating the - * JAXBContext such as + * {@code JAXBContext} such as *

      *
    1. failure to locate either ObjectFactory.class or jaxb.index in the packages
    2. *
    3. an ambiguity among global elements contained in the contextPath