opends/src/server/org/opends/server/schema/ObjectClassSyntax.java
@@ -23,6 +23,7 @@ * * * Copyright 2006-2010 Sun Microsystems, Inc. * Portions Copyright 2012 ForgeRock AS */ package org.opends.server.schema; import org.opends.messages.Message; @@ -1514,5 +1515,15 @@ { return false; } /** * {@inheritDoc} */ public boolean isHumanReadable() { return true; } }