javeme commented on code in PR #227:
URL: 
https://github.com/apache/incubator-hugegraph-computer/pull/227#discussion_r1100183816


##########
computer-core/src/main/java/org/apache/hugegraph/computer/core/util/StringEncoding.java:
##########
@@ -63,7 +46,7 @@ public final class StringEncoding {
     private static final Base64.Encoder BASE64_ENCODER = Base64.getEncoder();
     private static final Base64.Decoder BASE64_DECODER = Base64.getDecoder();
 
-    // Similar to {@link StringSerializer}
+    /** Similar to {@link StringSerializer} */

Review Comment:
   `/*` is ok?



-- 
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...@hugegraph.apache.org

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

Reply via email to