--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/reflect/Accessor.java 2015-10-16 12:57:53.000000000 +0200 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/reflect/Accessor.java 2015-10-16 12:57:53.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2014, 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 @@ -56,13 +56,13 @@ /** * Accesses a particular property of a bean. - *

- *

+ *

+ *

* This interface encapsulates the access to the actual data store. * The intention is to generate implementations for a particular bean * and a property to improve the performance. - *

- *

+ *

+ *

* Accessor can be used as a receiver. Upon receiving an object * it sets that to the field. * @@ -119,7 +119,7 @@ /** * Sets the value without adapting the value. - *

+ *

* This ugly entry point is only used by JAX-WS. * See {@link JAXBRIContext#getElementPropertyAccessor} */ @@ -129,7 +129,7 @@ /** * Returns true if this accessor wraps an adapter. - *

+ *

* This method needs to be used with care, but it helps some optimization. */ public boolean isAdapted() { @@ -138,7 +138,7 @@ /** * Sets the value without adapting the value. - *

+ *

* This ugly entry point is only used by JAX-WS. * See {@link JAXBRIContext#getElementPropertyAccessor} */ @@ -394,8 +394,8 @@ /** * A version of {@link GetterSetterReflection} that doesn't have any setter. - *

- *

+ *

+ *

* This provides a user-friendly error message. */ public static class GetterOnlyReflection extends GetterSetterReflection { @@ -411,8 +411,8 @@ /** * A version of {@link GetterSetterReflection} thaat doesn't have any getter. - *

- *

+ *

+ *

* This provides a user-friendly error message. */ public static class SetterOnlyReflection extends GetterSetterReflection {