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

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

commit 0170d3309d9de7bf36fb0dbf5e74e50edff9409c
Author: Thomas Vandahl <[email protected]>
AuthorDate: Sat Apr 9 12:32:48 2022 +0200

    Rename test class to fix typo
---
 .../jcs3/utils/discovery/UDPDiscoverySenderEncryptedUnitTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-jcs-core/src/test/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoverySenderEncryptedUnitTest.java
 
b/commons-jcs-core/src/test/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoverySenderEncryptedUnitTest.java
index df2c731d..bb462ef3 100644
--- 
a/commons-jcs-core/src/test/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoverySenderEncryptedUnitTest.java
+++ 
b/commons-jcs-core/src/test/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoverySenderEncryptedUnitTest.java
@@ -37,7 +37,7 @@ import junit.framework.TestCase;
 /**
  * Tests for the sender with EncryptingSerializer.
  */
-public class UDPDiscoverySenderEncriptedUnitTest
+public class UDPDiscoverySenderEncryptedUnitTest
        extends TestCase
 {
     /** multicast address to send/receive on */

Reply via email to