ctubbsii commented on code in PR #3180:
URL: https://github.com/apache/accumulo/pull/3180#discussion_r1099153279
##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -120,11 +120,11 @@ public enum Property {
+ " a comma or other reserved characters in a URI use standard URI
hex"
+ " encoding. For example replace commas with %2C.",
"1.6.0"),
- INSTANCE_VOLUMES_CONFIG("instance.volumes.config.", null,
PropertyType.PREFIX,
+ INSTANCE_VOLUMES_CONFIG("instance.volume.config.", null, PropertyType.PREFIX,
Review Comment:
```suggestion
INSTANCE_VOLUME_CONFIG("instance.volume.config.", null,
PropertyType.PREFIX,
```
--
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]