Fix bad javadoc issues

This commit is contained in:
Luck
2016-07-26 03:12:27 +01:00
Unverified
parent e9805b7532
commit 0ecd899ec5
13 changed files with 31 additions and 14 deletions
@@ -24,6 +24,7 @@ public class DateUtil {
/**
* Converts a time string to a unix timestamp
* @param time the time string
* @param future if the date is in the future, as opposed to the past
* @return a unix timestamp
* @throws IllegalDateException if the date input was invalid
*/