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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to