typo in logging

This commit is contained in:
Milos Kozak 2018-09-10 23:55:52 +02:00
parent 39f1b130b6
commit 2fbf4324d5

View file

@ -167,7 +167,7 @@ public class ExtendedBolus implements Interval, DataPointWithLabelInterface {
// -------- Interval interface end ---------
public String log() {
return "Bolus{" +
return "ExtendedBolus{" +
"date= " + date +
", date= " + DateUtil.dateAndTimeString(date) +
", isValid=" + isValid +