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

dugan
07.56.2007 14c5f3996a46c1281cb133de439f25492c97530a
opends/src/server/org/opends/server/authorization/dseecompat/EnumDayOfWeek.java
@@ -33,6 +33,7 @@
 * This class provides an enumeration of the allowed dayofweek types.
 */
public enum EnumDayOfWeek {
    /**
     * The enumeration type when the bind rule has specified dayofweek type of
     * "mon".
@@ -69,7 +70,7 @@
     */
    DAY_SUNDAY      ("sun");
    /**
    /*
    * The bind rule dayofweek type name.
     */
    private String day = null;