Skip to content

Commit

Permalink
Remove ResourceBundle for i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeilmeier committed Feb 15, 2018
1 parent a6b208f commit a3cf280
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions edge/src/io/openems/impl/device/pro/FeneconProEss.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
*******************************************************************************/
package io.openems.impl.device.pro;

import java.util.Locale;
import java.util.ResourceBundle;

import io.openems.api.channel.ConfigChannel;
import io.openems.api.channel.FunctionalReadChannel;
import io.openems.api.channel.ReadChannel;
Expand Down Expand Up @@ -63,7 +60,6 @@ public FeneconProEss(String thingId, Device parent) throws ConfigException {
chargeSoc.updateValue((Integer) newValue.get() - 2, false);
}
});
ResourceBundle.getBundle("Messages", Locale.GERMAN);
}

/*
Expand Down

0 comments on commit a3cf280

Please sign in to comment.