You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2009/08/06 19:03:29 UTC

svn commit: r801729 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Hex.java

Author: ggregory
Date: Thu Aug  6 17:03:29 2009
New Revision: 801729

URL: http://svn.apache.org/viewvc?rev=801729&view=rev
Log:
@since 1.4

Modified:
    commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Hex.java

Modified: commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Hex.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Hex.java?rev=801729&r1=801728&r2=801729&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Hex.java (original)
+++ commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Hex.java Thu Aug  6 17:03:29 2009
@@ -37,6 +37,8 @@
 
     /**
      * Default charset name is {@link CharEncoding#UTF_8}
+     * 
+     * @since 1.4
      */
     public static final String DEFAULT_CHARSET_NAME = CharEncoding.UTF_8;