|
|
@@ -217,10 +217,7 @@ public class Options {
|
|
|
* Trigger date in milliseconds.
|
|
|
*/
|
|
|
public long getTriggerTime() {
|
|
|
- //return Math.max(
|
|
|
- // System.currentTimeMillis(),
|
|
|
- return options.optLong("at", 0) * 1000;
|
|
|
- //);
|
|
|
+ return options.optLong("at", 0) * 1000;
|
|
|
}
|
|
|
|
|
|
/**
|