andymc12 commented on a change in pull request #572: CXF-8089: Build Comma 
Separated Values in url from Array/List Query Param
URL: https://github.com/apache/cxf/pull/572#discussion_r316468469
 
 

 ##########
 File path: 
rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/ClientProxyImpl.java
 ##########
 @@ -119,7 +119,17 @@ public ClientProxyImpl(URI baseURI,
                            boolean isRoot,
                            boolean inheritHeaders,
                            Object... varValues) {
-        this(new LocalClientState(baseURI), loader, cri, isRoot, 
inheritHeaders, varValues);
+        this(baseURI, loader, cri, isRoot, inheritHeaders, 
Collections.emptyMap(), varValues);
 
 Review comment:
   It might be better performance to use a constant (or null?) instead of 
Collections.emptyMap().

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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