liunaijie commented on code in PR #7607:
URL: https://github.com/apache/gravitino/pull/7607#discussion_r2191271549


##########
core/src/main/java/org/apache/gravitino/utils/NameIdentifierUtil.java:
##########
@@ -428,20 +425,6 @@ public static void checkModelVersion(NameIdentifier ident) 
{
     NamespaceUtil.checkModelVersion(ident.namespace());
   }
 
-  /**
-   * Check the given condition is true. Throw an {@link 
IllegalNamespaceException} if it's not.
-   *
-   * @param expression The expression to check.
-   * @param message The message to throw.
-   * @param args The arguments to the message.
-   */
-  @FormatMethod
-  public static void check(boolean expression, @FormatString String message, 
Object... args) {

Review Comment:
   I find this method is never used.



-- 
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]

Reply via email to