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/04/07 14:07:49 UTC

svn commit: r1465369 - /db/derby/code/trunk/java/client/org/apache/derby/client/am/Section.java

Author: kahatlen
Date: Sun Apr  7 12:07:48 2013
New Revision: 1465369

URL: http://svn.apache.org/r1465369
Log:
Fix javadoc warning.

Modified:
    db/derby/code/trunk/java/client/org/apache/derby/client/am/Section.java

Modified: db/derby/code/trunk/java/client/org/apache/derby/client/am/Section.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/Section.java?rev=1465369&r1=1465368&r2=1465369&view=diff
==============================================================================
--- db/derby/code/trunk/java/client/org/apache/derby/client/am/Section.java (original)
+++ db/derby/code/trunk/java/client/org/apache/derby/client/am/Section.java Sun Apr  7 12:07:48 2013
@@ -73,7 +73,7 @@ public class Section {
      *        stored in the correct byte array depending on the holdability
      *        in SectionManager.</li>
      * </ul>
-     * @arg b the Packagename and consistency token information to store;
+     * @param b the Packagename and consistency token information to store;
      *      should never be null.
      */
     public void setPKGNAMCBytes(byte[] b) {