< prev index next >

src/java.sql/share/classes/javax/sql/XADataSource.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 29,39 **** /** * 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&trade; * (JNDI). * <p> * An implementation of {@code XADataSource} must include a public no-arg * constructor. * @since 1.4 --- 29,39 ---- /** * 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 * (JNDI). * <p> * An implementation of {@code XADataSource} must include a public no-arg * constructor. * @since 1.4
< prev index next >