yu199195 commented on code in PR #3273:
URL: https://github.com/apache/incubator-shenyu/pull/3273#discussion_r852140825


##########
shenyu-common/src/main/java/org/apache/shenyu/common/enums/OperatorEnum.java:
##########
@@ -55,7 +55,17 @@ public enum OperatorEnum {
      * Contains operator enum.
      */
     CONTAINS("contains", true),
-    
+
+    /**
+     * Starts operator enum.
+     */
+    STARTS("starts", true),
+
+    /**
+     * Ends operator enum.
+     */
+    ENDS("ends", true),

Review Comment:
   modify this to end_with



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