Skip to content

Commit 13d65a1

Browse files
committed
Fix redundant Javadoc phrasing
1 parent 0fdd685 commit 13d65a1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/apache/commons/codec/net/URLCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ public String getDefaultCharset() {
359359
/**
360360
* The {@code String} encoding used for decoding and encoding.
361361
*
362-
* @return Returns the encoding.
362+
* @return the encoding.
363363
* @deprecated Use {@link #getDefaultCharset()}, will be removed in 2.0.
364364
*/
365365
@Deprecated

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class Base16Test {
4444
private final Random random = new Random();
4545

4646
/**
47-
* @return Returns the random.
47+
* @return the random.
4848
*/
4949
public Random getRandom() {
5050
return this.random;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ private static void assertBase64DecodingOfTrailingBits(final int nbits) {
133133
private final Random random = new Random();
134134

135135
/**
136-
* @return Returns the random.
136+
* @return the random.
137137
*/
138138
public Random getRandom() {
139139
return this.random;

0 commit comments

Comments
 (0)