ctubbsii commented on code in PR #5841: URL: https://github.com/apache/accumulo/pull/5841#discussion_r2308614443
########## core/src/main/java/org/apache/accumulo/core/client/Connector.java: ########## @@ -252,7 +252,7 @@ public abstract ConditionalWriter createConditionalWriter(String tableName, * AccumuloClient is closed. Also anything derived from the Connector (like a Scanner for example) * is unlikely to work after the AccumuloClient is closed. * - * @since 2.0 + * @since 2.0.0 Review Comment: A manual review of the output of `grep -oR '@since.*' --exclude-dir='.git' | cut -f2 -d: | sort -u` and similar grep commands. -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org