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

dugan
07.56.2007 7bbe88cbb3a5a0be5e2799935e00907f755b7a0a
opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/DayOfWeek.java
@@ -38,7 +38,14 @@
 */
public class DayOfWeek  implements KeywordBindRule {
    /*
     * List containing the enumeration of the day of the week.
     */
    LinkedList<EnumDayOfWeek> days=null;
    /*
     * Enumeration representing the bind rule operation type.
     */
    private EnumBindRuleType type=null;
    /**