wt-better commented on code in PR #6017:
URL: https://github.com/apache/incubator-seata/pull/6017#discussion_r1452327227


##########
common/src/main/java/io/seata/common/util/StringUtils.java:
##########
@@ -373,4 +372,22 @@ public static boolean hasUpperCase(String str) {
         return false;
     }
 
+    public static boolean hasText(String str) {

Review Comment:
   this named with history spring naming, for less change. It can also be 
changed to ‘ containsText’



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to