Skip to content

Commit 46d196a

Browse files
committed
chore: removed unused imports
1 parent c6872df commit 46d196a

File tree

1 file changed

+4
-8
lines changed
  • src/main/java/com/browserstack/client/util

1 file changed

+4
-8
lines changed
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
package com.browserstack.client.util;
22

3-
import java.text.DateFormat;
4-
import java.text.SimpleDateFormat;
5-
import java.util.Locale;
6-
73
public class Tools {
84

9-
// Checks if a string is null or empty
10-
public static boolean isStringEmpty(String str) {
11-
return (str == null || str.isEmpty());
12-
}
5+
// Checks if a string is null or empty
6+
public static boolean isStringEmpty(String str) {
7+
return (str == null || str.isEmpty());
8+
}
139

1410
}

0 commit comments

Comments
 (0)