mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-13 00:51:35 +01:00
Suppress unused code;
This commit is contained in:
parent
2cc015fd48
commit
de3d38983e
1 changed files with 2 additions and 2 deletions
|
@ -86,9 +86,9 @@ public class Medicament implements Serializable {
|
|||
return warnThreshold;
|
||||
}
|
||||
|
||||
public String getDateLastUpdate() {
|
||||
/* public String getDateLastUpdate() {
|
||||
return dateLastUpdate;
|
||||
}
|
||||
}*/
|
||||
|
||||
Date getDateEndOfStock() {
|
||||
return dateEndOfStock;
|
||||
|
|
Loading…
Reference in a new issue