HScarb commented on code in PR #4213:
URL: https://github.com/apache/rocketmq/pull/4213#discussion_r859314565


##########
common/src/main/java/org/apache/rocketmq/common/UtilAll.java:
##########
@@ -295,6 +295,7 @@ private static byte charToByte(char c) {
         return (byte) "0123456789ABCDEF".indexOf(c);
     }
 
+    @Deprecated

Review Comment:
   It's better to add link to new method, like this
   ```java
   /**
     * @deprecated use {@link Compressor#decompress()} 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: dev-unsubscr...@rocketmq.apache.org

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

Reply via email to