garydgregory commented on code in PR #220:
URL: https://github.com/apache/commons-dbutils/pull/220#discussion_r1402139176


##########
src/test/java/org/apache/commons/dbutils/MockResultSet.java:
##########
@@ -53,6 +54,8 @@ public static ResultSet create(final ResultSetMetaData 
metaData, final Object[][
 
     private Boolean wasNull = Boolean.FALSE;
 
+    private static final Set<String> METHOD_NAMES = Set.of("isLast", 
"hashCode", "toString", "equals");

Review Comment:
   Make the Set immutable.
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to