Files
gerrit/java/com/google
Edwin Kempin 93c45cdf20 ScheduleConfig: Simplify creation of schedule
All usages of ScheduleConfig and Schedule follow this pattern: Create
ScheduleConfig and only call schedule() on it. Simplify this by
combining those steps. Now ScheduleConfig.Builder is directly creating
the Schedule.

Change-Id: I04eb53bc354e916a95a0c17adb939a2f00b18d1b
Signed-off-by: Edwin Kempin <ekempin@google.com>
2018-02-15 15:12:31 +01:00
..