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 fu...@apache.org on 2006/08/18 21:55:15 UTC

svn commit: r432705 - /db/derby/code/trunk/java/client/org/apache/derby/client/net/NetConnectionReply.java

Author: fuzzylogic
Date: Fri Aug 18 12:55:13 2006
New Revision: 432705

URL: http://svn.apache.org/viewvc?rev=432705&view=rev
Log:
Minor javadoc fix to NetConnectionReply. Make @param parameter names match the method declaration.

Modified:
    db/derby/code/trunk/java/client/org/apache/derby/client/net/NetConnectionReply.java

Modified: db/derby/code/trunk/java/client/org/apache/derby/client/net/NetConnectionReply.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/net/NetConnectionReply.java?rev=432705&r1=432704&r2=432705&view=diff
==============================================================================
--- db/derby/code/trunk/java/client/org/apache/derby/client/net/NetConnectionReply.java (original)
+++ db/derby/code/trunk/java/client/org/apache/derby/client/net/NetConnectionReply.java Fri Aug 18 12:55:13 2006
@@ -502,7 +502,7 @@
     /**
      * Perform necessary actions for parsing of a ABNUOWRM message.
      *
-     * @param connection an implementation of the StatementCallbackInterface
+     * @param s an implementation of the StatementCallbackInterface
      *
      * @return an NetSqlca object obtained from parsing the ABNUOWRM
      * @throws DisconnectException
@@ -515,7 +515,7 @@
     /**
      * Perform necessary actions for parsing of a ABNUOWRM message.
      *
-     * @param connection an implementation of the ResultsetCallbackInterface
+     * @param r an implementation of the ResultsetCallbackInterface
      *
      * @return an NetSqlca object obtained from parsing the ABNUOWRM
      * @throws DisconnectException