Jimexist commented on code in PR #2843:
URL: https://github.com/apache/thrift/pull/2843#discussion_r1290806122


##########
lib/java/src/main/java/org/apache/thrift/protocol/TType.java:
##########
@@ -34,6 +34,9 @@ public final class TType {
   public static final byte MAP = 13;
   public static final byte SET = 14;
   public static final byte LIST = 15;
-  public static final byte ENUM = 16;
-  public static final byte UUID = 17;
+  public static final byte UUID = 16;
+
+  // This is not part of the TBinaryProtocol spec but Java specific
+  // implementation detail.

Review Comment:
   ```suggestion
     /** 
      * This is not part of the TBinaryProtocol spec but Java specific
      * implementation detail
      */
   ```



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