missing return

This commit is contained in:
Milos Kozak 2017-11-20 17:38:06 +01:00
parent 0f0f39dfb4
commit 2f0599fbc7

View file

@ -415,6 +415,7 @@ public class ConfigBuilderPlugin implements PluginBase, PumpInterface, Constrain
log.debug("Current profile: " + getProfile().getData().toString());
log.debug("New profile: " + profile.getData().toString());
}
return result;
} else return true;
}