Corretto overload isValidConnection
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -119,8 +119,7 @@ public class SettingsModel implements InitializingBean {
|
||||
}
|
||||
|
||||
public boolean isValidConnection(String profileName) {
|
||||
return this.getAvailableConnections()
|
||||
.stream().anyMatch(availableConnectionsModel -> availableConnectionsModel.getProfileName().equalsIgnoreCase(profileName));
|
||||
return this.isValidConnection(profileName, false);
|
||||
}
|
||||
|
||||
public boolean isValidConnection(String profileName, boolean onlyInternal) {
|
||||
|
||||
Reference in New Issue
Block a user