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

neil_a_wilson
25.13.2006 3b5e24c3fce70f8857183a15be4c9e4de6c22043
Fix a javadoc typo in an Attribute constructor.
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/types/Attribute.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/types/Attribute.java
@@ -95,7 +95,7 @@
  /**
   * Creates a new attribute with the specified type and user-provided
   * name.  It * will not have any values.
   * name.  It will not have any values.
   *
   * @param  attributeType  The attribute type for this attribute.
   * @param  name           The user-provided name for this attribute.