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

ludovicp
20.39.2010 66c1a80d263b71195a525d1c1fdd59e464a606ae
opends/src/guitools/org/opends/guitools/controlpanel/util/RemoteSchemaLoader.java
@@ -96,7 +96,10 @@
    SearchResult sr = null;
    try
    {
      sr = srs.next();
      while (srs.hasMore())
      {
        sr = srs.next();
      }
    }
    finally
    {
@@ -187,6 +190,7 @@
   * Returns the schema that was read.
   * @return the schema that was read.
   */
  @Override
  public Schema getSchema()
  {
    return schema;