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

sergeyb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 845f551  [CXF-7592] Removing redundant parentheses
845f551 is described below

commit 845f55146e2a8c0b9c983807eb615e32ecccbdc5
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 6133002..21b2fa6 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