mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

ludovicp
05.12.2010 91c9fb8ba3e0de5f63ab891baf936b801a7aa949
opends/src/server/org/opends/server/backends/task/RecurringTask.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 */
package org.opends.server.backends.task;
import java.text.SimpleDateFormat;
@@ -608,6 +608,7 @@
    calendar.setFirstDayOfWeek(GregorianCalendar.SUNDAY);
    calendar.add(GregorianCalendar.MINUTE, 1);
    calendar.set(GregorianCalendar.SECOND, 0);
    calendar.set(GregorianCalendar.MILLISECOND, 0);
    calendar.setLenient(false);
    // Weekday