mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Change some comments
This commit is contained in:
parent
deb61fe1cf
commit
171147b6c5
1 changed files with 2 additions and 3 deletions
|
@ -329,7 +329,7 @@ public class MedicamentListActivity extends AppCompatActivity {
|
|||
/***
|
||||
* Ask if the medicament found in the database should be include in the
|
||||
* user database
|
||||
* @param Medicament med - medicament to be added
|
||||
* @param med Medicament- medicament to be added
|
||||
*/
|
||||
private void askToAddInDB(Medicament med) {
|
||||
AlertDialog.Builder dlg = new AlertDialog.Builder(this);
|
||||
|
@ -357,7 +357,7 @@ public class MedicamentListActivity extends AppCompatActivity {
|
|||
|
||||
/**
|
||||
* Add New medimenant to the user database
|
||||
* @param Medicament med - medicament to be added
|
||||
* @param med Medicament - medicament to be added
|
||||
*/
|
||||
private void addMedToList(Medicament med)
|
||||
{
|
||||
|
@ -490,7 +490,6 @@ public class MedicamentListActivity extends AppCompatActivity {
|
|||
});
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public int getItemCount() {
|
||||
return mValues.size();
|
||||
|
|
Loading…
Reference in a new issue