Update Treatment.java
This commit is contained in:
parent
006528ae4c
commit
e5d8eb163b
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ public class Treatment implements DataPointWithLabelInterface {
|
||||||
insulin = t.insulin;
|
insulin = t.insulin;
|
||||||
carbs = t.carbs;
|
carbs = t.carbs;
|
||||||
pumpId = t.pumpId;
|
pumpId = t.pumpId;
|
||||||
|
source = t.source;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----------------- DataPointInterface --------------------
|
// ----------------- DataPointInterface --------------------
|
||||||
|
|
Loading…
Reference in a new issue