This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git

commit 9b1d1b042d5637e0770f71c64d6d30d0b871dab2
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 12 07:20:40 2022 -0500

    Better name
---
 src/test/java/org/apache/commons/crypto/random/AbstractRandom.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/crypto/random/AbstractRandom.java 
b/src/test/java/org/apache/commons/crypto/random/AbstractRandom.java
index da1ac04..bd1393b 100644
--- a/src/test/java/org/apache/commons/crypto/random/AbstractRandom.java
+++ b/src/test/java/org/apache/commons/crypto/random/AbstractRandom.java
@@ -25,7 +25,7 @@ import java.util.Properties;
 abstract class AbstractRandom implements CryptoRandom {
 
     // Should fail to instantiate, as it is an abstract class
-    AbstractRandom(final Properties props) {
+    AbstractRandom(final Properties properties) {
 
     }
 }

Reply via email to