--- old/src/java.sql/share/classes/javax/sql/XADataSource.java 2020-07-10 15:59:47.073370976 -0700 +++ new/src/java.sql/share/classes/javax/sql/XADataSource.java 2020-07-10 15:59:46.697380261 -0700 @@ -31,7 +31,7 @@ * A factory for {@code XAConnection} objects that is used internally. * An object that implements the {@code XADataSource} interface is * typically registered with a naming service that uses the - * Java Naming and Directory Interface™ + * Java Naming and Directory Interface * (JNDI). *

* An implementation of {@code XADataSource} must include a public no-arg