< prev index next >

src/java.sql/share/classes/java/sql/Driver.java

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

*** 143,153 **** int getMinorVersion(); /** * Reports whether this driver is a genuine JDBC ! * Compliant&trade; driver. * A driver may only report <code>true</code> here if it passes the JDBC * compliance tests; otherwise it is required to return <code>false</code>. * <P> * JDBC compliance requires full support for the JDBC API and full support * for SQL 92 Entry Level. It is expected that JDBC compliant drivers will --- 143,153 ---- int getMinorVersion(); /** * Reports whether this driver is a genuine JDBC ! * Compliant driver. * A driver may only report <code>true</code> here if it passes the JDBC * compliance tests; otherwise it is required to return <code>false</code>. * <P> * JDBC compliance requires full support for the JDBC API and full support * for SQL 92 Entry Level. It is expected that JDBC compliant drivers will
< prev index next >