Minor change with collection

This commit is contained in:
Andy Rozman 2019-06-09 18:54:19 +01:00
parent a19d71df89
commit bb466595e6

View file

@ -135,7 +135,7 @@ public class MedtronicHistoryData {
LOG.debug("Filter new entries: Before {}", newHistory);
if (isCollectionEmpty(newHistory)) {
if (!isCollectionEmpty(newHistory)) {
for (PumpHistoryEntry pumpHistoryEntry : newHistory) {