We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4a3a8 commit 3b3158cCopy full SHA for 3b3158c
src/main/java/com/ericsson/ei/frontend/utils/BackEndInstancesUtils.java
@@ -113,10 +113,10 @@ public boolean checkIfInstanceNameAlreadyExist(JsonObject instance) {
113
public boolean hasDefaultBackend() {
114
for (BackEndInformation backendInformation : backEndInformationList) {
115
if (backendInformation.isDefaultBackend()) {
116
- return false;
+ return true;
117
}
118
119
- return true;
+ return false;
120
121
122
/**
0 commit comments