--- old/src/java.naming/share/classes/javax/naming/ldap/LdapContext.java 2019-03-13 14:49:01.000000000 -0400 +++ new/src/java.naming/share/classes/javax/naming/ldap/LdapContext.java 2019-03-13 14:49:01.000000000 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2014, 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 @@ -38,7 +38,7 @@ * operations, the more generic {@code javax.naming.directory.DirContext} * should be used instead. * - *

Usage Details About Controls

+ *

Usage Details About Controls

* * This interface provides support for LDAP v3 controls. * At a high level, this support allows a user @@ -50,7 +50,7 @@ * both the user program and service providers need to understand in order * to correctly use request and response controls. * - *

Request Controls

+ *

Request Controls

*

* There are two types of request controls: *