missing return
This commit is contained in:
parent
0f0f39dfb4
commit
2f0599fbc7
|
@ -415,6 +415,7 @@ public class ConfigBuilderPlugin implements PluginBase, PumpInterface, Constrain
|
||||||
log.debug("Current profile: " + getProfile().getData().toString());
|
log.debug("Current profile: " + getProfile().getData().toString());
|
||||||
log.debug("New profile: " + profile.getData().toString());
|
log.debug("New profile: " + profile.getData().toString());
|
||||||
}
|
}
|
||||||
|
return result;
|
||||||
} else return true;
|
} else return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue