From 350fa3e8b0c4c2b0f5be4a21d81f6e3bcdaa23a1 Mon Sep 17 00:00:00 2001
From: Erik Wolsheimer
- * Input: {@link #EXTRA_START_TIME} specifies the start time of the period. Both start time and - * end time are needed and start time must be <= end time. + * Input: {@link #EXTRA_START_TIME} specifies the start time of the period (epoch time in + * millis). Both start time and end time are needed and start time must be <= end time. *
*- * Input: {@link #EXTRA_END_TIME} specifies the end time of the period. Both start time and end - * time are needed and start time must be <= end time. + * Input: {@link #EXTRA_END_TIME} specifies the end time of the period (epoch time in + * millis). Both start time and end time are needed and start time must be <= end time. *
** Output: Nothing.