You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2007/11/20 14:50:15 UTC

svn commit: r596667 - /commons/proper/io/trunk/src/java/org/apache/commons/io/HexDump.java

Author: niallp
Date: Tue Nov 20 05:50:14 2007
New Revision: 596667

URL: http://svn.apache.org/viewvc?rev=596667&view=rev
Log:
Javadoc only

Modified:
    commons/proper/io/trunk/src/java/org/apache/commons/io/HexDump.java

Modified: commons/proper/io/trunk/src/java/org/apache/commons/io/HexDump.java
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/java/org/apache/commons/io/HexDump.java?rev=596667&r1=596666&r2=596667&view=diff
==============================================================================
--- commons/proper/io/trunk/src/java/org/apache/commons/io/HexDump.java (original)
+++ commons/proper/io/trunk/src/java/org/apache/commons/io/HexDump.java Tue Nov 20 05:50:14 2007
@@ -120,6 +120,7 @@
     /**
      * Dump a long value into a StringBuffer.
      *
+     * @param _lbuffer the StringBuffer to dump the value in
      * @param value  the long value to be dumped
      * @return StringBuffer containing the dumped value.
      */
@@ -134,6 +135,7 @@
     /**
      * Dump a byte value into a StringBuffer.
      *
+     * @param _cbuffer the StringBuffer to dump the value in
      * @param value  the byte value to be dumped
      * @return StringBuffer containing the dumped value.
      */