From 1e69a003ecaa38fa5bf4b55afd727e58bf410e42 Mon Sep 17 00:00:00 2001
From: sin <sin@localhost>
Date: Wed, 22 Jul 2009 14:16:56 +0000
Subject: [PATCH] Minor changes to remove the tight-coupling introduced between the entry class and the ldapsyntaxes attribute
---
opendj-sdk/opends/src/server/org/opends/server/api/AttributeSyntax.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/api/AttributeSyntax.java b/opendj-sdk/opends/src/server/org/opends/server/api/AttributeSyntax.java
index f26466c..3438ad4 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/api/AttributeSyntax.java
+++ b/opendj-sdk/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);
--
Gitblit v1.10.0