We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b13b2 commit 8992a60Copy full SHA for 8992a60
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/RdbConnectionUtils.java
@@ -157,9 +157,6 @@ private static boolean checkDockerAvailability() {
157
}
158
159
private static Map<String, String> parseDockerEnv(String raw) {
160
- if (StringUtils.isEmpty(raw)) {
161
- return Collections.emptyMap();
162
- }
163
Map<String, String> result = new HashMap<>();
164
StringTokenizer envTokenizer = new StringTokenizer(raw, ",");
165
while (envTokenizer.hasMoreTokens()) {
0 commit comments