Updated JavaDoc

This commit is contained in:
Tefek 2020-09-25 13:02:08 +02:00
parent 03f21b2d74
commit ce676681f9
1 changed files with 3 additions and 1 deletions

View File

@ -70,6 +70,8 @@ public class MiniTime
* *
* @param input The source MiniTime non-null string * @param input The source MiniTime non-null string
* @return The resulting time span in milliseconds * @return The resulting time span in milliseconds
*
* @throws MiniTimeParseException on malformed inputs
* *
* @author 493msi * @author 493msi
* @since 0.2 * @since 0.2
@ -203,7 +205,7 @@ public class MiniTime
* @param after The first time point in Unix-time milliseconds * @param after The first time point in Unix-time milliseconds
* *
* @return The resulting MiniTime string * @return The resulting MiniTime string
* *
* @throws IllegalArgumentException on a negative time duration * @throws IllegalArgumentException on a negative time duration
* *
* @author 493msi * @author 493msi