garydgregory commented on code in PR #412:
URL:
https://github.com/apache/commons-configuration/pull/412#discussion_r1590382821
##########
src/main/java/org/apache/commons/configuration2/AbstractConfiguration.java:
##########
@@ -419,6 +419,20 @@ public final boolean containsKey(final String key) {
}
}
+ /**
+ * {@inheritDoc} This implementation handles synchronization and delegates
to {@code containsKeyInternal()}.
+ * @since 2.0
Review Comment:
New public and protected method should have a Javadoc since tag. Semantic
versioning makes the next version 2.11.0.
--
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]