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

Ludovic Poitou
18.47.2011 43185e220ae61cca55a8cfdb12802a0f898003b7
Fix typo in comment.
1 files modified
3 ■■■■ changed files
opends/src/server/org/opends/server/types/AttributeType.java 3 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/types/AttributeType.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Portions Copyright 2011 ForgeRock AS
 */
package org.opends.server.types;
@@ -521,7 +522,7 @@
  /**
   * Indicates whether this attribute sytax is a binary one.
   * Indicates whether this attribute syntax is a binary one.
   * @return  {@code true} if it is a binary syntax rule
   *          , or {@code false} if not.
   */