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

jvergara
27.03.2009 2915ba5b5344f8418a218e2c402912e6dbc46073
opends/src/guitools/org/opends/guitools/controlpanel/util/ConfigReader.java
@@ -324,4 +324,15 @@
    return AdministrationConnectorCfgDefn.getInstance().
    getListenAddressPropertyDefinition();
  }
  /**
   * Returns <CODE>true</CODE> if the schema must be read and
   * <CODE>false</CODE> otherwise.
   * @return <CODE>true</CODE> if the schema must be read and
   * <CODE>false</CODE> otherwise.
   */
  protected boolean mustReadSchema()
  {
    return true;
  }
}