tzaeschke commented on code in PR #67:
URL: https://github.com/apache/db-jdo/pull/67#discussion_r1064190670
##########
api/src/main/java/javax/jdo/Enhancer.java:
##########
@@ -85,6 +85,11 @@ public class Enhancer {
/** Class file suffix */
private static final String CLASS_FILE_SUFFIX = ".class"; // NOI18N
+ private static final String MSG_ENHANCER_CLASS_PATH =
"MSG_EnhancerClassPath";
Review Comment:
DO we need to add `// NOI18N` ? Is that still a thing?
##########
api/src/main/java/javax/jdo/Enhancer.java:
##########
@@ -155,19 +160,19 @@ private void run(String[] args) {
properties = enhancer.getProperties();
addVerboseMessage("MSG_EnhancerClass", enhancer.getClass().getName());
// NOI18N
addVerboseMessage(
- "MSG_EnhancerProperty",
+ MSG_ENHANCER_PROPERTY,
PROPERTY_ENHANCER_VENDOR_NAME, // NOI18N
Review Comment:
I think we can remove // NOI18N
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]