--- old/src/java.sql/share/classes/java/sql/package-info.java 2020-07-10 15:59:42.889474260 -0700 +++ new/src/java.sql/share/classes/java/sql/package-info.java 2020-07-10 15:59:42.505483734 -0700 @@ -27,10 +27,10 @@ * * Provides the API for accessing and processing data stored in a * data source (usually a relational database) using the - * Java™ programming language. + * Java programming language. * This API includes a framework whereby different * drivers can be installed dynamically to access different data sources. - * Although the JDBC™ API is mainly geared + * Although the JDBC API is mainly geared * to passing SQL statements to a database, it provides for reading and * writing data from any data source with a tabular format. * The reader/writer facility, available through the @@ -38,16 +38,16 @@ * use and update data from a spread sheet, flat file, or any other tabular * data source. * - *

What the JDBC™ 4.3 API Includes

- * The JDBC™ 4.3 API includes both + *

What the JDBC 4.3 API Includes

+ * The JDBC 4.3 API includes both * the {@code java.sql} package, referred to as the JDBC core API, * and the {@code javax.sql} package, referred to as the JDBC Optional * Package API. This complete JDBC API - * is included in the Java™ Standard Edition (Java SE™), version 7. + * is included in the Java Standard Edition (Java SE), version 7. * The {@code javax.sql} package extends the functionality of the JDBC API * from a client-side API to a server-side API, and it is an essential part - * of the Java™ Enterprise Edition - * (Java EE™) technology. + * of the Java Enterprise Edition + * (Java EE) technology. * *

Versions

* The JDBC 4.3 API incorporates all of the previous JDBC API versions: @@ -67,7 +67,7 @@ * Classes, interfaces, methods, fields, constructors, and exceptions * have the following "since" tags that indicate when they were introduced * into the Java platform. When these "since" tags are used in - * Javadoc™ comments for the JDBC API, + * Javadoc comments for the JDBC API, * they indicate the following: * *

* NOTE: Many of the new features are optional; consequently, there is @@ -92,7 +92,7 @@ * you try to use it. *

* NOTE: The class {@code SQLPermission} was added in the - * Java™ 2 SDK, Standard Edition, + * Java 2 SDK, Standard Edition, * version 1.3 release. This class is used to prevent unauthorized * access to the logging stream associated with the {@code DriverManager}, * which may contain information such as table names, column data, and so on. @@ -288,7 +288,7 @@ * Package API *