You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/11/21 17:25:16 UTC

[commons-jcs] branch master updated: Remove extra ;

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-jcs.git


The following commit(s) were added to refs/heads/master by this push:
     new 84e7daf  Remove extra ;
84e7daf is described below

commit 84e7daf03afb0691a3d8d20ab945ad68be012345
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Nov 21 12:25:05 2020 -0500

    Remove extra ;
---
 .../org/apache/commons/jcs3/utils/config/PropertySetterUnitTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-jcs-core/src/test/java/org/apache/commons/jcs3/utils/config/PropertySetterUnitTest.java b/commons-jcs-core/src/test/java/org/apache/commons/jcs3/utils/config/PropertySetterUnitTest.java
index 7885aae..e18590f 100644
--- a/commons-jcs-core/src/test/java/org/apache/commons/jcs3/utils/config/PropertySetterUnitTest.java
+++ b/commons-jcs-core/src/test/java/org/apache/commons/jcs3/utils/config/PropertySetterUnitTest.java
@@ -33,7 +33,7 @@ import org.junit.Test;
  */
 public class PropertySetterUnitTest
 {
-    enum EnumTest { ONE, TWO, THREE };
+    enum EnumTest { ONE, TWO, THREE }
 
     @Test
     public void testConvertArg()