amarkevich commented on a change in pull request #762:
URL: https://github.com/apache/cxf/pull/762#discussion_r599057317
##########
File path: core/src/main/java/org/apache/cxf/attachment/AttachmentUtil.java
##########
@@ -75,6 +75,9 @@
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 ERROR_MSG = "The value set as ";
Review comment:
this only a prefix of message. Is it possible to keep it as is? Which
check report this?
--
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]