|
@@ -102,7 +102,7 @@ public class FeatureDiff {
|
|
|
}
|
|
|
|
|
|
for (Map.Entry<String, String> offlineE : offline.entrySet()) {
|
|
|
- if (!StringUtils.equals(online.get(offlineE.getKey()), offlineE.getKey())) {
|
|
|
+ if (!StringUtils.equals(online.get(offlineE.getKey()), offlineE.getValue())) {
|
|
|
return true;
|
|
|
}
|
|
|
}
|