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 ka...@apache.org on 2013/06/17 12:15:48 UTC

svn commit: r1493708 - /db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/StandardException.java

Author: kahatlen
Date: Mon Jun 17 10:15:48 2013
New Revision: 1493708

URL: http://svn.apache.org/r1493708
Log:
DERBY-6253: Fix javadoc warning

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/StandardException.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/StandardException.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/StandardException.java?rev=1493708&r1=1493707&r2=1493708&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/StandardException.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/error/StandardException.java Mon Jun 17 10:15:48 2013
@@ -340,7 +340,6 @@ public class StandardException extends E
 	 * Unpack the exception, looking for an DerbySQLException, which carries
 	 * the Derby messageID and arguments. 
 	 * @see org.apache.derby.impl.jdbc.SQLExceptionFactory
-	 * @see org.apache.derby.impl.jdbc.SQLExceptionFactory40
 	 * @see org.apache.derby.impl.jdbc.Util
 	 */
 	public static SQLException	getArgumentFerry(SQLException se)