amarkevich commented on a change in pull request #762:
URL: https://github.com/apache/cxf/pull/762#discussion_r599854427



##########
File path: core/src/main/java/org/apache/cxf/attachment/AttachmentUtil.java
##########
@@ -75,6 +75,8 @@
     private static final Random BOUND_RANDOM = new Random();
     private static final CommandMap DEFAULT_COMMAND_MAP = 
CommandMap.getDefaultCommandMap();
     private static final MailcapCommandMap COMMAND_MAP = new 
EnhancedMailcapCommandMap();
+    
+    private static final String BINARY = "binary";

Review comment:
       make it package visible and reuse in AttachmentSerializer like 
BODY_ATTACHMENT_ID




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