Minor change with collection
This commit is contained in:
parent
a19d71df89
commit
bb466595e6
|
@ -135,7 +135,7 @@ public class MedtronicHistoryData {
|
||||||
|
|
||||||
LOG.debug("Filter new entries: Before {}", newHistory);
|
LOG.debug("Filter new entries: Before {}", newHistory);
|
||||||
|
|
||||||
if (isCollectionEmpty(newHistory)) {
|
if (!isCollectionEmpty(newHistory)) {
|
||||||
|
|
||||||
for (PumpHistoryEntry pumpHistoryEntry : newHistory) {
|
for (PumpHistoryEntry pumpHistoryEntry : newHistory) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue