arsenalzp commented on code in PR #5511:
URL: https://github.com/apache/accumulo/pull/5511#discussion_r2070519776
##########
server/monitor/src/main/java/org/apache/accumulo/monitor/next/Endpoints.java:
##########
@@ -57,6 +57,15 @@
@Path("/")
public class Endpoints {
+ /**
+ * A {@code String} constant representing supplied resource group
+ */
+ private static final String GROUP = "group";
+
+ /**
+ * A {@code String} constant representing supplied tableId.
+ */
+ private static final String TABLEID = "tableId";
Review Comment:
It does make sense!
--
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]