mboapache commented on code in PR #67:
URL: https://github.com/apache/db-jdo/pull/67#discussion_r1064209349


##########
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:
   Added NOI18N, also at a couple of other places.



##########
api/src/main/java/javax/jdo/JDOHelper.java:
##########
@@ -1119,6 +1119,7 @@ protected static Map<Object, Object> 
loadPropertiesFromResource(
         try {
           in.close();
         } catch (IOException ioe) {
+          // this code block is deliberately left empty,

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

Reply via email to