formatting
This commit is contained in:
@@ -109,4 +109,5 @@ public class CredhubEnvironmentRepository implements EnvironmentRepository, Orde
|
||||
public void setOrder(int order) {
|
||||
this.order = order;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -330,7 +330,7 @@ public class NativeEnvironmentRepository implements EnvironmentRepository, Searc
|
||||
}
|
||||
if (locations != null) {
|
||||
matches = Arrays.stream(locations).map(this::cleanFileLocation)
|
||||
.anyMatch(location -> location.startsWith(finalPattern));
|
||||
.anyMatch(location -> location.startsWith(finalPattern));
|
||||
if (matches) {
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -72,4 +72,5 @@ public class RedisEnvironmentRepository implements EnvironmentRepository, Ordere
|
||||
public int getOrder() {
|
||||
return order;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user