ezntt commented on code in PR #6793:
URL: https://github.com/apache/cloudstack/pull/6793#discussion_r989054878
##########
utils/src/main/java/com/cloud/utils/UuidUtils.java:
##########
@@ -30,7 +30,7 @@ public static String first(String uuid) {
return uuid.substring(0, uuid.indexOf('-'));
}
- public static boolean validateUUID(String uuid) {
+ public static boolean isUuid(String uuid) {
Review Comment:
JavaDoc added.
--
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]