You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2020/01/14 11:44:11 UTC

[GitHub] [cxf] coheigea commented on a change in pull request #624: getBytes uses the platform charset by default.

coheigea commented on a change in pull request #624: getBytes uses the platform charset by default.
URL: https://github.com/apache/cxf/pull/624#discussion_r366278136
 
 

 ##########
 File path: rt/rs/description/src/main/java/org/apache/cxf/jaxrs/model/wadl/WadlGenerator.java
 ##########
 @@ -32,6 +32,7 @@
 import java.lang.reflect.TypeVariable;
 import java.net.URI;
 import java.net.URL;
+import java.nio.charset.StandardCharsets;
 import java.util.ArrayList;
 
 Review comment:
   Please remove the ByteArrayOutputStream import which is no longer required, to fix a checkstyle problem.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services