--- old/src/java.sql/share/classes/javax/sql/package-info.java 2020-07-10 15:59:48.081346079 -0700 +++ new/src/java.sql/share/classes/javax/sql/package-info.java 2020-07-10 15:59:47.705355367 -0700 @@ -25,12 +25,12 @@ /** * Provides the API for server side data source access and processing from - * the Java™ programming language. + * the Java programming language. * This package supplements the {@code java.sql} * package and, as of the version 1.4 release, is included in the - * Java Platform, Standard Edition (Java SE™). + * Java Platform, Standard Edition (Java SE). * It remains an essential part of the Java Platform, Enterprise Edition - * (Java EE™). + * (Java EE). *

* The {@code javax.sql} package provides for the following: *

    @@ -76,7 +76,7 @@ * creates is a connection to that physical data source. *

    * A logical name for the data source is registered with a naming service that - * uses the Java Naming and Directory Interface™ + * uses the Java Naming and Directory Interface * (JNDI) API, usually by a system administrator or someone performing the * duties of a system administrator. An application can retrieve the * {@code DataSource} object it wants by doing a lookup on the logical @@ -181,7 +181,7 @@ *

  1. Event Notification *