You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/09/13 11:36:15 UTC

[GitHub] [inlong] e-mhui commented on a diff in pull request #5878: [INLONG-5876][Manager] Add tab separator

e-mhui commented on code in PR #5878:
URL: https://github.com/apache/inlong/pull/5878#discussion_r969507865


##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/DataSeparator.java:
##########
@@ -29,7 +29,8 @@ public enum DataSeparator {
     DASH("-", 45),
     SOH("\001", 1),
     STX("\002", 2),
-    ETX("\003", 3);
+    ETX("\003", 3),

Review Comment:
   I just removed `DataSeparator`



-- 
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: commits-unsubscribe@inlong.apache.org

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