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

matthew_swift
25.15.2006 b49cd1c7c46641cdd56e4aeb6ba2a7f7e0b4769c
Fix typo in constructor javadoc.
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/types/AttributeType.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/types/AttributeType.java
@@ -233,7 +233,7 @@
   *          "single-value".
   * @param extraProperties
   *          A set of extra properties for this attribute type, or
   *          <code>null</code> if there is no rule.
   *          <code>null</code> if there are no extra properties.
   */
  public AttributeType(String primaryName,
                       Collection<String> typeNames,