We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552b2b8 commit c00a725Copy full SHA for c00a725
core-api/src/main/java/com/airepublic/bmstoinverter/core/BMS.java
@@ -180,7 +180,7 @@ public void process(final Runnable callback) {
180
if (getPlugins() != null) {
181
getPlugins().stream().forEach(p -> {
182
LOG.debug("Calling BMS plugin (afterCollectData): {}", p.getName());
183
- p.beforeCollectData(this);
+ p.afterCollectData(this);
184
});
185
}
186
} catch (final NoDataAvailableException e) {
0 commit comments