[TASK] Added start parameter to docs

This commit is contained in:
Jeroen Ketelaar
2018-01-03 11:06:53 +01:00
parent 3f0d8d64fe
commit 5d612762e9
@@ -23,6 +23,7 @@ public class Timer {
* Timer Constructor
*
* @param end
* @param start
*/
public Timer(long end, long start) {
this.start = start;