--- old/src/java.naming/share/classes/javax/naming/CompositeName.java 2019-03-13 14:48:51.000000000 -0400 +++ new/src/java.naming/share/classes/javax/naming/CompositeName.java 2019-03-13 14:48:51.000000000 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2019, 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 @@ -42,7 +42,7 @@ * The most significant component is at index 0. * An empty composite name has no components. * - *

JNDI Composite Name Syntax

+ *

JNDI Composite Name Syntax

* JNDI defines a standard string representation for composite names. This * representation is the concatenation of the components of a composite name * from left to right using the component separator (a forward @@ -73,7 +73,7 @@ * a separator) denotes a trailing empty component. * Adjacent component separators denote an empty component. * - *

Composite Name Examples

+ *

Composite Name Examples

*This table shows examples of some composite names. Each row shows *the string form of a composite name and its corresponding structural form *({@code CompositeName}). @@ -140,7 +140,7 @@ * - *

Composition Examples

+ *

Composition Examples

* Here are some composition examples. The right column shows composing * string composite names while the left column shows composing the * corresponding {@code CompositeName}s. Notice that composing the @@ -195,7 +195,7 @@ * - *

Multithreaded Access

+ *

Multithreaded Access

* A {@code CompositeName} instance is not synchronized against concurrent * multithreaded access. Multiple threads trying to access and modify a * {@code CompositeName} should lock the object.