You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2016/06/21 16:26:39 UTC

svn commit: r1749567 - /pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/util/Hex.java

Author: tilman
Date: Tue Jun 21 16:26:38 2016
New Revision: 1749567

URL: http://svn.apache.org/viewvc?rev=1749567&view=rev
Log:
PDFBOX-2852: fix javadoc

Modified:
    pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/util/Hex.java

Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/util/Hex.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/util/Hex.java?rev=1749567&r1=1749566&r2=1749567&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/util/Hex.java (original)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/util/Hex.java Tue Jun 21 16:26:38 2016
@@ -97,7 +97,7 @@ public final class Hex
 
     /** 
      * Writes the given byte array as hex value to the given output stream.
-     * @param b the byte array to be written
+     * @param bytes the byte array to be written
      * @param output the output stream to be written to
      * @throws IOException exception if anything went wrong
      */