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

sergeyb pushed a commit to branch 3.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.1.x-fixes by this push:
     new 239dbda  [CXF-7592] Removing redundant parentheses
239dbda is described below

commit 239dbda1a986d0f0754b7ceae8050f11e7e8424b
Author: Sergey Beryozkin <[email protected]>
AuthorDate: Mon Dec 18 17:54:22 2017 +0000

    [CXF-7592] Removing redundant parentheses
---
 .../jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/BookServer20.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/BookServer20.java 
b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/BookServer20.java
index 67679a7..717ff6e 100644
--- 
a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/BookServer20.java
+++ 
b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/BookServer20.java
@@ -333,7 +333,7 @@ public class BookServer20 extends AbstractBusTestServerBase 
{
         
             if ((!responseContext.getHeaders().containsKey("DynamicResponse")
                 || 
!responseContext.getHeaders().containsKey("DynamicResponse2"))
-                && (!"Prematch filter 
error".equals(responseContext.getEntity()))) {
+                && !"Prematch filter 
error".equals(responseContext.getEntity())) {
                 throw new RuntimeException();
             }
             responseContext.getHeaders().add("Response2", "OK2");

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to