Skip to content

Commit 63687e7

Browse files
committed
Rename ivar _random -> random.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1462765 13f79535-47bb-0310-9956-ffa450edef68
1 parent 71312fe commit 63687e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
*/
4242
public class Base64Test {
4343

44-
private final Random _random = new Random();
44+
private final Random random = new Random();
4545

4646
/**
47-
* @return Returns the _random.
47+
* @return Returns the random.
4848
*/
4949
public Random getRandom() {
50-
return this._random;
50+
return this.random;
5151
}
5252

5353
/**

0 commit comments

Comments
 (0)