remove unused code
This commit is contained in:
parent
0eb34c5abc
commit
50a89a7890
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
||||||
package info.nightscout.androidaps.plugins.treatments;
|
|
||||||
|
|
||||||
public class TreatmentUpdateReturn {
|
|
||||||
|
|
||||||
public TreatmentUpdateReturn(boolean success, boolean newRecord) {
|
|
||||||
this.success = success;
|
|
||||||
this.newRecord = newRecord;
|
|
||||||
}
|
|
||||||
|
|
||||||
boolean newRecord;
|
|
||||||
boolean success;
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String toString() {
|
|
||||||
return "UpdateReturn [" +
|
|
||||||
"newRecord=" + newRecord +
|
|
||||||
", success=" + success +
|
|
||||||
']';
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue