mboapache commented on code in PR #67: URL: https://github.com/apache/db-jdo/pull/67#discussion_r1064209209
########## 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: Yes -- 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: jdo-dev-unsubscr...@db.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org