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

commit 4ec7167de38e1d8623da142b567a2e147a14e90e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jul 9 19:28:05 2024 -0400

    Remove useless parens
---
 .../auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest.java
 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest.java
index 82a723e5..d1857ae6 100644
--- 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest.java
+++ 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/remote/server/BasicRemoteCacheClientServerUnitTest.java
@@ -94,7 +94,7 @@ public class BasicRemoteCacheClientServerUnitTest extends 
Assert
                         System.out.println("Found: "+ inetAddr +
                                 " isLoopback: " + loopbackAddress +
                                 " isSiteLocal: " + siteLocalAddress +
-                                ((!loopbackAddress && siteLocalAddress) ? " *" 
: ""));
+                                (!loopbackAddress && siteLocalAddress ? " *" : 
""));
                     }
                 }
             }

Reply via email to