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

sin
22.16.2009 0439ad4249ab8bea03d35f95530c47dc7c29aaa5
opends/src/server/org/opends/server/api/AttributeSyntax.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 */
package org.opends.server.api;
import org.opends.messages.Message;
@@ -285,7 +285,7 @@
   * @return  A string representation of this attribute syntax in the
   *          format defined in RFC 2252.
   */
  public final String toString()
  public String toString()
  {
    StringBuilder buffer = new StringBuilder();
    toString(buffer);