justinmclean commented on code in PR #6109:
URL: https://github.com/apache/gravitino/pull/6109#discussion_r1903714234
##########
clients/cli/src/main/java/org/apache/gravitino/cli/commands/Command.java:
##########
@@ -117,7 +117,7 @@ public Command validate() {
* @param property The property name to check
* @param value The value associated with the property
*/
- protected void checkProperty(String property, String value) {
+ protected void validateProperty(String property, String value) {
Review Comment:
validatePropertyAndValue?
--
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]