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

Nicolas Capponi
30.23.2016 2e6906d5546cbbeee28692bb39459830714e2044
opendj-server-legacy/src/main/java/org/opends/server/schema/ServerSchemaElement.java
@@ -48,6 +48,16 @@
  }
  /**
   * Returns this schema element.
   *
   * @return this schema element
   */
  public SchemaElement asSchemaElement()
  {
    return this.element;
  }
  /**
   * Retrieves the definition string used to create this schema element
   * and including the X-SCHEMA-FILE extension.
   *