Skip to content

Commit bdf8b56

Browse files
committed
Javadoc. SVN auto-props for @Version $Id $
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@798595 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4a2fa90 commit bdf8b56

6 files changed

Lines changed: 11 additions & 6 deletions

File tree

src/java/org/apache/commons/codec/net/Utils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class Utils {
3131
* Returns the numeric value of the character <code>b</code> in radix 16.
3232
*
3333
* @param b
34-
* the byte to be converted.
35-
* @return the numeric value represented by the character in radix 16.
34+
* The byte to be converted.
35+
* @return The numeric value represented by the character in radix 16.
3636
*
3737
* @throws DecoderException
3838
* Thrown when the byte is not valid per {@link Character#digit(char,int)}

src/test/org/apache/commons/codec/CharEncodingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import junit.framework.TestCase;
2222

2323
/**
24-
* Sanity checks.
24+
* Sanity checks for {@link CharEncoding}.
2525
*
2626
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
2727
* @version $Id: $

src/test/org/apache/commons/codec/DecoderExceptionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import junit.framework.TestCase;
2121

2222
/**
23-
* Tests DecoderException.
23+
* Tests {@link DecoderException}.
2424
*
2525
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
2626
* @version $Id: $

src/test/org/apache/commons/codec/EncoderExceptionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import junit.framework.TestCase;
2121

2222
/**
23-
* Tests EncoderException.
23+
* Tests {@link EncoderException}.
2424
*
2525
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
2626
* @version $Id: $

src/test/org/apache/commons/codec/binary/StringUtilsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
import junit.framework.TestCase;
2525

2626
/**
27+
* Tests {@link StringUtils}
28+
*
2729
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
2830
* @version $Id: $
2931
*/

src/test/org/apache/commons/codec/net/UtilsTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
import junit.framework.TestCase;
2121

2222
/**
23-
* Tests Utils. Methods currently get 100%/100% line/branch code coverage from other tests classes.
23+
* Tests Utils.
24+
* <p>
25+
* Methods currently get 100%/100% line/branch code coverage from other tests classes.
26+
* </p>
2427
*
2528
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
2629
* @version $Id: $

0 commit comments

Comments
 (0)