ctubbsii commented on code in PR #5839:
URL: https://github.com/apache/accumulo/pull/5839#discussion_r2308768538
##########
core/src/test/java/org/apache/accumulo/core/conf/PropertyTest.java:
##########
@@ -250,7 +250,7 @@ public void validatePropertyKeys() {
@Test
public void testAnnotations() {
- assertTrue(Property.GENERAL_VOLUME_CHOOSER.isExperimental());
+ assertFalse(Property.GENERAL_VOLUME_CHOOSER.isExperimental());
Review Comment:
Fixed in 86c842ea919fa7fd68314783d530878e3510b085
--
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]