reta commented on a change in pull request #680:
URL: https://github.com/apache/cxf/pull/680#discussion_r441245517



##########
File path: 
rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/MicroProfileClientConfigurableImpl.java
##########
@@ -42,6 +43,8 @@
         MessageBodyWriter.class, MessageBodyReader.class, 
ResponseExceptionMapper.class};
     private static final String CONFIG_KEY_DISABLE_MAPPER = 
"microprofile.rest.client.disable.default.mapper";
 
+    private Instantiator instantiator = 
CDIFacade.getInstantiator().orElse(super.getInstantiator());

Review comment:
       Minor, probably should be `final`




----------------------------------------------------------------
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]


Reply via email to