opends/src/server/org/opends/server/schema/AciSyntax.java
@@ -23,7 +23,7 @@ * * * Copyright 2006-2008 Sun Microsystems, Inc. * Portions Copyright 2011 ForgeRock AS * Portions Copyright 2011-2012 ForgeRock AS */ package org.opends.server.schema; @@ -250,5 +250,15 @@ { return false; } /** * {@inheritDoc} */ public boolean isHumanReadable() { return true; } }