We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6872df commit 46d196aCopy full SHA for 46d196a
src/main/java/com/browserstack/client/util/Tools.java
@@ -1,14 +1,10 @@
1
package com.browserstack.client.util;
2
3
-import java.text.DateFormat;
4
-import java.text.SimpleDateFormat;
5
-import java.util.Locale;
6
-
7
public class Tools {
8
9
- // Checks if a string is null or empty
10
- public static boolean isStringEmpty(String str) {
11
- return (str == null || str.isEmpty());
12
- }
+ // Checks if a string is null or empty
+ public static boolean isStringEmpty(String str) {
+ return (str == null || str.isEmpty());
+ }
13
14
}
0 commit comments