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

dugan
07.56.2007 14c5f3996a46c1281cb133de439f25492c97530a
opends/src/server/org/opends/server/authorization/dseecompat/PermBindRulePair.java
@@ -33,7 +33,14 @@
 */
public class PermBindRulePair {
    /*
     * The Bind Rule part.
     */
    private BindRule bindRule;
    /*
     * The permission part.
     */
    private Permission perm=null;
    /**