--- old/src/java.naming/share/classes/javax/naming/event/EventContext.java 2019-03-13 14:48:59.000000000 -0400 +++ new/src/java.naming/share/classes/javax/naming/event/EventContext.java 2019-03-13 14:48:59.000000000 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2013, 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 @@ -34,7 +34,7 @@ * Contains methods for registering/deregistering listeners to be notified of * events fired when objects named in a context changes. * - *

Target

+ *

Target

* The name parameter in the {@code addNamingListener()} methods is referred * to as the target. The target, along with the scope, identify * the object(s) that the listener is interested in. @@ -59,7 +59,7 @@ * whether an {@code EventContext} supports registration * of nonexistent targets. * - *

Event Source

+ *

Event Source

* The {@code EventContext} instance on which you invoke the * registration methods is the event source of the events that are * (potentially) generated. @@ -93,7 +93,7 @@ * it needs to keep a reference to the listener in order to remove it * later). It cannot expect to do a {@code lookup()} and get another instance of * an {@code EventContext} on which to perform the deregistration. - *

Lifetime of Registration

+ *

Lifetime of Registration

* A registered listener becomes deregistered when: *