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.
2 parents 332586d + fc82f30 commit f449590Copy full SHA for f449590
mid-java-client-core/src/main/java/ch/swisscom/mid/client/model/GeofencingAdditionalService.java
@@ -88,7 +88,7 @@ public void setMaxAccuracyMeters(String maxAccuracyMeters) {
88
89
90
public boolean isDefined() {
91
- if(countryWhiteList!=null && !countryBlackList.isEmpty()) return true;
+ if (countryWhiteList != null && !countryWhiteList.isEmpty()) return true;
92
if(countryBlackList!=null && !countryBlackList.isEmpty()) return true;
93
if (minDeviceConfidence != null && !minDeviceConfidence.isEmpty() && !minDeviceConfidence.equalsIgnoreCase("0")) return true;
94
if (minLocationConfidence != null && !minLocationConfidence.isEmpty() && !minLocationConfidence.equalsIgnoreCase("0")) return true;
0 commit comments