Skip to content

Commit 8992a60

Browse files
committed
Removed redundant code.
1 parent 81b13b2 commit 8992a60

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/RdbConnectionUtils.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,6 @@ private static boolean checkDockerAvailability() {
157157
}
158158

159159
private static Map<String, String> parseDockerEnv(String raw) {
160-
if (StringUtils.isEmpty(raw)) {
161-
return Collections.emptyMap();
162-
}
163160
Map<String, String> result = new HashMap<>();
164161
StringTokenizer envTokenizer = new StringTokenizer(raw, ",");
165162
while (envTokenizer.hasMoreTokens()) {

0 commit comments

Comments
 (0)