You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "ivandasch (via GitHub)" <gi...@apache.org> on 2023/05/23 15:39:27 UTC

[GitHub] [ignite] ivandasch commented on a diff in pull request #10730: IGNITE-15629 Snapshot command implemented

ivandasch commented on code in PR #10730:
URL: https://github.com/apache/ignite/pull/10730#discussion_r1202566692


##########
modules/core/src/main/java/org/apache/ignite/internal/management/api/Command.java:
##########
@@ -57,8 +57,11 @@ public default boolean experimental() {
         return null;
     }
 
-    /** @return Deprecation message if command on the way to be decomissioned. */
-    public default @Nullable String deprecationMessage() {
+    /**
+     * @param arg Command argument.
+     * @return Deprecation message if command on the way to be decomissioned.

Review Comment:
   on the way to being decomissioned (`to` here is a preposition)



-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org