Skip to content

Commit 680ea62

Browse files
committed
rename
1 parent 5e9ef93 commit 680ea62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ShimmerDriver/src/main/java/com/shimmerresearch/driverUtilities/UtilShimmer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ public static boolean stringContainsItemFromList(String inputString, String[] it
802802
return false;
803803
}
804804

805-
public static boolean stringContainsOnlyWordsItemFromListUpperCaseCheck(String inputString, String[] items) {
805+
public static boolean stringContainsOnlyWordsItemFromList(String inputString, String[] items) {
806806

807807
boolean allMatched = true;
808808
String target = inputString.toUpperCase();

0 commit comments

Comments
 (0)