Wweiei commented on code in PR #5953: URL: https://github.com/apache/shenyu/pull/5953#discussion_r2062572084
########## shenyu-common/src/main/java/org/apache/shenyu/common/constant/Constants.java: ########## @@ -26,6 +26,11 @@ public interface Constants { * The constant string separator. */ String SEPARATOR_CHARS = ";"; + + /** + * The constant string separator. + */ + String SEPARATOR_UNDERLINE = "_"; Review Comment: I have not fount the common variable in Constants.java and other class. -- 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: notifications-unsubscr...@shenyu.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org