You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2009/01/15 17:59:13 UTC

svn commit: r734756 - in /db/derby/code/trunk/java: client/org/apache/derby/jdbc/ClientBaseDataSource.java engine/org/apache/derby/iapi/types/ReaderToUTF8Stream.java

Author: rhillegas
Date: Thu Jan 15 08:59:12 2009
New Revision: 734756

URL: http://svn.apache.org/viewvc?rev=734756&view=rev
Log:
DERBY-4017: Clean up javadoc warnings.

Modified:
    db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientBaseDataSource.java
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/ReaderToUTF8Stream.java

Modified: db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientBaseDataSource.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientBaseDataSource.java?rev=734756&r1=734755&r2=734756&view=diff
==============================================================================
--- db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientBaseDataSource.java (original)
+++ db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientBaseDataSource.java Thu Jan 15 08:59:12 2009
@@ -1068,8 +1068,6 @@
      *
      * @return Maximum number of statements to cache, or <code>0</code> if
      *      caching is disabled (default).
-     *
-     * @see ClientConnectionPoolDataSource
      */
     public int maxStatementsToPool() {
         return 0;

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/ReaderToUTF8Stream.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/ReaderToUTF8Stream.java?rev=734756&r1=734755&r2=734756&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/ReaderToUTF8Stream.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/ReaderToUTF8Stream.java Thu Jan 15 08:59:12 2009
@@ -136,7 +136,7 @@
      * <p>
      * The application reader is coming in through one of the "lengthless
      * overrides" added in JDBC 4.0, for instance
-     * {@link java.sql.PreparedStatement#setCharacterStream(int,Reader)}.
+     * java.sql.PreparedStatement.setCharacterStream(int,Reader).
      * A limit is placed on the length of the application reader. If the reader
      * exceeds the maximum length, truncation of trailing blanks is attempted.
      * If truncation fails, an exception is thrown.