This is an automated email from the ASF dual-hosted git repository.
amccright 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 4aa80fc Backport of change to checkResponse visibility (private ->
protected)
4aa80fc is described below
commit 4aa80fc54fa8e81284b0be2fb4847404bb8545d3
Author: Andy McCright <[email protected]>
AuthorDate: Thu Jan 11 12:35:58 2018 -0600
Backport of change to checkResponse visibility (private -> protected)
---
.../src/main/java/org/apache/cxf/jaxrs/client/ClientProxyImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/ClientProxyImpl.java
b/rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/ClientProxyImpl.java
index af7e0af..2d1994a 100644
---
a/rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/ClientProxyImpl.java
+++
b/rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/ClientProxyImpl.java
@@ -298,7 +298,7 @@ public class ClientProxyImpl extends AbstractClient
implements
return index;
}
- private void checkResponse(Method m, Response r, Message inMessage) throws
Throwable {
+ protected void checkResponse(Method m, Response r, Message inMessage)
throws Throwable {
Throwable t = null;
int status = r.getStatus();
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].