Skip to content

Commit fe76026

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@797296 13f79535-47bb-0310-9956-ffa450edef68
1 parent 69187b5 commit fe76026

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/java/org/apache/commons/codec/binary/StringBytesUtils.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@
2222
import org.apache.commons.codec.RequiredCharsetNames;
2323

2424
/**
25-
* Converts String to bytes using the encodings required by the Java specification.
25+
* Converts String to bytes using the encodings required by the Java specification. These encodings are specified in <a
26+
* href="http://java.sun.com/j2se/1.3/docs/api/java/lang/package-summary.html#charenc">JRE character encoding names</a>
2627
*
2728
* @see RequiredCharsetNames
29+
* @see <a href="http://java.sun.com/j2se/1.3/docs/api/java/lang/package-summary.html#charenc">JRE character encoding
30+
* names </a>
2831
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
2932
* @version $Id: $
3033
* @since 1.4

0 commit comments

Comments
 (0)