--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/api/JAXBRIContext.java 2015-10-21 14:09:57.000000000 +0200 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/api/JAXBRIContext.java 2015-10-21 14:09:57.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -270,12 +270,12 @@ * add element declarations to the generate schema. * For example, if the JAX-RPC passes in the following entry: * - * {foo}bar -> DeclaredType for java.lang.String + * {@code {foo}bar -> DeclaredType for java.lang.String} * * then JAXB generates the following element declaration (in the schema * document for the namespace "foo")" * - * <xs:element name="bar" type="xs:string" /> + * {@code } * * This can be used for generating schema components necessary for WSDL. * @@ -436,7 +436,7 @@ * to put additional JAXB type references into the {@link JAXBContext}. * *

- * The value of the property is {@link Collection}<{@link TypeReference}>. + * The value of the property is {@link Collection}{@code <}{@link TypeReference}{@code >}. * Those {@link TypeReference}s can then be used to create {@link Bridge}s. * *

@@ -453,7 +453,6 @@ * to enable the c14n marshalling support in the {@link JAXBContext}. * * Boolean - * @see C14nSupport_ArchitectureDocument * @since 2.0 EA2 */ public static final String CANONICALIZATION_SUPPORT = "com.sun.xml.internal.bind.c14n";