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

Jean-Noel Rouvignac
10.41.2013 29bda27937395f9c8457d746db056ce2119afef0
Fixed checkstyle errors.
2 files modified
14 ■■■■ changed files
opends/src/server/org/opends/server/backends/SchemaBackend.java 12 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/types/Schema.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/backends/SchemaBackend.java
@@ -193,16 +193,22 @@
  /** The attribute type that will be used to include the defined name forms. */
  private AttributeType nameFormsType;
  /** The value containing DN of the user we'll say created the configuration. */
  /**
   * The value containing DN of the user we'll say created the configuration.
   */
  private AttributeValue creatorsName;
  /** The value containing the DN of the last user to modify the configuration. */
  /**
   * The value containing the DN of the last user to modify the configuration.
   */
  private AttributeValue modifiersName;
  /** The timestamp that will be used for the schema creation time. */
  private AttributeValue createTimestamp;
  /** The timestamp that will be used for the latest schema modification time. */
  /**
   * The timestamp that will be used for the latest schema modification time.
   */
  private AttributeValue modifyTimestamp;
  /**
opends/src/server/org/opends/server/types/Schema.java
@@ -201,7 +201,7 @@
  /**
   * The set of name forms for this schema, mapped between the structural
   * objectclass for the definition and the list of name forms
   * objectclass for the definition and the list of name forms.
   */
  private ConcurrentHashMap<ObjectClass,List<NameForm>>
          nameFormsByOC;