mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
fix typos
This commit is contained in:
parent
d1e04bab7a
commit
9f816764b8
2 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ public class UtilDate {
|
||||||
* @param days number of days to remove to the ate
|
* @param days number of days to remove to the ate
|
||||||
* @param date date before day removing
|
* @param date date before day removing
|
||||||
* @return date
|
* @return date
|
||||||
* Substract days to date and return a new date
|
* Subtract days to date and return a new date
|
||||||
*/
|
*/
|
||||||
static Date removeDaysToDate(int days, Date date) {
|
static Date removeDaysToDate(int days, Date date) {
|
||||||
Calendar calendar = Calendar.getInstance();
|
Calendar calendar = Calendar.getInstance();
|
||||||
|
@ -90,7 +90,7 @@ public class UtilDate {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Convert dateInMilliseconds into string formated date
|
* Convert dateInMilliseconds into string formatted date
|
||||||
* @param dateInMilliseconds long
|
* @param dateInMilliseconds long
|
||||||
* @return formatted Date String
|
* @return formatted Date String
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -7,7 +7,7 @@ public class Utils {
|
||||||
private static final String TAG = Utils.class.getName();
|
private static final String TAG = Utils.class.getName();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return a random number between twovalues - use to gənerate a false demo DB
|
* Return a random number between two values - use to generate a false demo DB
|
||||||
* @param min minimal value accepted
|
* @param min minimal value accepted
|
||||||
* @param max maximum value accepted
|
* @param max maximum value accepted
|
||||||
* @return int random number
|
* @return int random number
|
||||||
|
|
Loading…
Reference in a new issue