azkaban-aplcache

Details

diff --git a/azkaban-common/src/main/java/azkaban/scheduler/Schedule.java b/azkaban-common/src/main/java/azkaban/scheduler/Schedule.java
index 708efce..80b66b9 100644
--- a/azkaban-common/src/main/java/azkaban/scheduler/Schedule.java
+++ b/azkaban-common/src/main/java/azkaban/scheduler/Schedule.java
@@ -304,10 +304,9 @@ public class Schedule {
   }
 
   /**
-   *
-   * @param scheduleTime represents the time when Schedule Servlet receives the Cron Schedule API call.
+   * @param scheduleTime represents the time when Schedule Servlet receives the Cron Schedule API
+   * call.
    * @param timezone is always UTC (after 3.1.0)
-   * @param ce
    * @return the First Scheduled DateTime to run this flow.
    */
   private DateTime getNextCronRuntime(final long scheduleTime, final DateTimeZone timezone,