You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2006/11/01 21:02:25 UTC

svn commit: r470061 - /directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/util/ToStringStyle.java

Author: elecharny
Date: Wed Nov  1 12:02:24 2006
New Revision: 470061

URL: http://svn.apache.org/viewvc?view=rev&rev=470061
Log:
Fixed javadoc

Modified:
    directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/util/ToStringStyle.java

Modified: directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/util/ToStringStyle.java
URL: http://svn.apache.org/viewvc/directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/util/ToStringStyle.java?view=diff&rev=470061&r1=470060&r2=470061
==============================================================================
--- directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/util/ToStringStyle.java (original)
+++ directory/branches/shared/0.9.5/ldap/src/main/java/org/apache/directory/shared/ldap/util/ToStringStyle.java Wed Nov  1 12:02:24 2006
@@ -34,7 +34,7 @@
  * <p>
  * These classes are intended to be used as <code>Singletons</code>. There is
  * no need to instantiate a new style each time. A program will generally use
- * one of the predefined constants on this class. Alternatively, the {@link }
+ * one of the predefined constants on this class. Alternatively, the
  * class can be used to set the individual settings. Thus most styles can be
  * achieved without subclassing.
  * </p>