Change ReminderService.NO_ALARM visibility for tests

pull/14/head
Sam Bosley 12 years ago
parent 456b8a05b2
commit 6d24258030

@ -150,7 +150,7 @@ public final class ReminderService {
return (now == -1 ? DateUtilities.now() : now);
}
private static final long NO_ALARM = Long.MAX_VALUE;
public static final long NO_ALARM = Long.MAX_VALUE;
/**
* Schedules alarms for a single task

Loading…
Cancel
Save