keith-turner commented on code in PR #5764:
URL: https://github.com/apache/accumulo/pull/5764#discussion_r2231887046
##########
core/src/main/java/org/apache/accumulo/core/conf/cluster/ClusterConfigParser.java:
##########
@@ -44,12 +44,11 @@
public class ClusterConfigParser {
- private static final Pattern GROUP_NAME_PATTERN =
- Pattern.compile("^[a-zA-Z_]{1,}[a-zA-Z0-9_]{0,}$");
+ private static final Pattern GROUP_NAME_PATTERN =
Pattern.compile("^[a-zA-Z_]+[a-zA-Z0-9_]*$");
Review Comment:
IDE recommended these changes and they seemed good so made them.
--
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]