waukin opened a new issue, #5772:
URL: https://github.com/apache/gravitino/issues/5772

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   When running the build command, a warning is issued for a missing `@param` 
tag in the `output` method of `Command.java`.
   
   ### Error message and/or stacktrace
   
   ```
   > Task :clients:cli:javadoc
   
/Users/cylee29/workspace/gravitino/clients/cli/src/main/java/org/apache/gravitino/cli/commands/Command.java:155:
 warning: no @param for <T>
     protected <T> void output(T entity) {
                        ^
   1 warning
   ```
   
   
   ### How to reproduce
   
   Please run:
   ```
   ./gradlew clean build -x test
   ```
   
   ### Additional context
   
   _No response_


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