mboapache commented on code in PR #85: URL: https://github.com/apache/db-jdo/pull/85#discussion_r1398242075
########## tck/src/main/java/org/apache/jdo/tck/util/ResultSummary.java: ########## @@ -36,9 +37,14 @@ public class ResultSummary implements Serializable { /** The name of the file to store a serialized instance of this class. */ private static final String FILE_NAME_OF_RESULT_SUMMARY = "ResultSummary.ser"; + private static final DecimalFormat THREE_DIGITS_FORMATTER = new DecimalFormat("000"); Review Comment: The two constants are leftovers. I remove them. -- 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