Update Treatment.java

This commit is contained in:
AdrianLxM 2018-07-03 19:25:23 +02:00 committed by GitHub
parent 006528ae4c
commit e5d8eb163b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,6 +169,7 @@ public class Treatment implements DataPointWithLabelInterface {
insulin = t.insulin;
carbs = t.carbs;
pumpId = t.pumpId;
source = t.source;
}
// ----------------- DataPointInterface --------------------