You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by GitBox <gi...@apache.org> on 2023/01/08 22:05:13 UTC

[GitHub] [db-jdo] mboapache commented on a diff in pull request #67: JDO-823: Fix sonarcloud issues of type Code Smells

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-unsubscribe@db.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org