Combo: align with dev changes.

This commit is contained in:
Johannes Mockenhaupt 2018-03-17 13:44:07 +01:00
parent 1b38c9cf5e
commit 926bea55c0
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -1340,7 +1340,7 @@ public class ComboPlugin implements PluginBase, PumpInterface, ConstraintsInterf
} }
@Override @Override
public JSONObject getJSONStatus() { public JSONObject getJSONStatus(Profile profile, String profileName) {
if (!pump.initialized) { if (!pump.initialized) {
return null; return null;
} }