--- old/src/java.sql/share/classes/javax/sql/DataSource.java 2020-07-10 15:59:45.013421840 -0700 +++ new/src/java.sql/share/classes/javax/sql/DataSource.java 2020-07-10 15:59:44.617431614 -0700 @@ -38,7 +38,7 @@ * is the preferred means of getting a connection. An object that implements * the {@code DataSource} interface will typically be * registered with a naming service based on the - * Java™ Naming and Directory (JNDI) API. + * Java Naming and Directory (JNDI) API. *

* The {@code DataSource} interface is implemented by a driver vendor. * There are three types of implementations: