clr-apache commented on code in PR #43:
URL: https://github.com/apache/db-jdo/pull/43#discussion_r853332204


##########
tck/src/main/java/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBoolean.java:
##########
@@ -36,7 +36,7 @@ public class FieldsOfBoolean {
   private transient Boolean Boolean12;
   private transient Boolean Boolean13;
   private transient Boolean Boolean14;
-  private final Boolean Boolean15 = new Boolean(false);
+  private final Boolean Boolean15 = Boolean.valueOf(false);

Review Comment:
   With the added benefit of making the TCK run 0.04% faster!



-- 
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