tzaeschke commented on code in PR #43: URL: https://github.com/apache/db-jdo/pull/43#discussion_r853321855
########## 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: That makes sense. Fixed. -- 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