mchades commented on code in PR #5121:
URL: https://github.com/apache/gravitino/pull/5121#discussion_r1808673762


##########
api/src/main/java/org/apache/gravitino/file/FilesetChange.java:
##########
@@ -74,6 +74,7 @@ static FilesetChange removeProperty(String property) {
    *
    * @return The fileset change.
    */
+  @Deprecated

Review Comment:
   BTW, you should change the comment like this:
   ```java
    /**
      * Creates a new fileset change to remove comment from the fileset.
      *
      * @return The fileset change.
      * @deprecated Use {@link #updateComment(String)} with null value as the 
argument instead.
      */
   ```



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