andymc12 commented on a change in pull request #482: [CXF-7926] Initial MP Rest 
Client 1.2 impl
URL: https://github.com/apache/cxf/pull/482#discussion_r242209204
 
 

 ##########
 File path: 
rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/spec/ClientImpl.java
 ##########
 @@ -52,8 +52,8 @@
 import org.apache.cxf.transport.https.SSLUtils;
 
 public class ClientImpl implements Client {
-    static final String HTTP_CONNECTION_TIMEOUT_PROP = 
"http.connection.timeout";
-    static final String HTTP_RECEIVE_TIMEOUT_PROP = "http.receive.timeout";
+    public static final String HTTP_CONNECTION_TIMEOUT_PROP = 
"http.connection.timeout";
 
 Review comment:
   Does `ClientProperties` already exist, or are you suggesting I create a new 
class for it? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to