You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2008/10/03 15:32:47 UTC

svn commit: r701377 - in /directory/studio/trunk/ldapbrowser-core/src: main/java/org/apache/directory/studio/ldapbrowser/core/model/AttributeDescription.java test/java/org/apache/directory/studio/ldapbrowser/core/model/LdapFilterParserTest.java

Author: pamarcelot
Date: Fri Oct  3 06:32:46 2008
New Revision: 701377

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

Modified:
    directory/studio/trunk/ldapbrowser-core/src/main/java/org/apache/directory/studio/ldapbrowser/core/model/AttributeDescription.java
    directory/studio/trunk/ldapbrowser-core/src/test/java/org/apache/directory/studio/ldapbrowser/core/model/LdapFilterParserTest.java

Modified: directory/studio/trunk/ldapbrowser-core/src/main/java/org/apache/directory/studio/ldapbrowser/core/model/AttributeDescription.java
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-core/src/main/java/org/apache/directory/studio/ldapbrowser/core/model/AttributeDescription.java?rev=701377&r1=701376&r2=701377&view=diff
==============================================================================
--- directory/studio/trunk/ldapbrowser-core/src/main/java/org/apache/directory/studio/ldapbrowser/core/model/AttributeDescription.java (original)
+++ directory/studio/trunk/ldapbrowser-core/src/main/java/org/apache/directory/studio/ldapbrowser/core/model/AttributeDescription.java Fri Oct  3 06:32:46 2008
@@ -45,11 +45,11 @@
  *      options = *( SEMI option )
  *      option = 1*keychar
  *
- *   where <attributetype> identifies the attribute type and each <option>
- *   identifies an attribute option.  Both <attributetype> and <option>
+ *   where &lt;attributetype> identifies the attribute type and each <option>
+ *   identifies an attribute option.  Both &lt;attributetype> and <option>
  *   productions are case insensitive.  The order in which <option>s
- *   appear is irrelevant.  That is, any two <attributedescription>s that
- *   consist of the same <attributetype> and same set of <option>s are
+ *   appear is irrelevant.  That is, any two &lt;attributedescription>s that
+ *   consist of the same &lt;attributetype> and same set of <option>s are
  *   equivalent.
  *
  *   Examples of valid attribute descriptions:

Modified: directory/studio/trunk/ldapbrowser-core/src/test/java/org/apache/directory/studio/ldapbrowser/core/model/LdapFilterParserTest.java
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-core/src/test/java/org/apache/directory/studio/ldapbrowser/core/model/LdapFilterParserTest.java?rev=701377&r1=701376&r2=701377&view=diff
==============================================================================
--- directory/studio/trunk/ldapbrowser-core/src/test/java/org/apache/directory/studio/ldapbrowser/core/model/LdapFilterParserTest.java (original)
+++ directory/studio/trunk/ldapbrowser-core/src/test/java/org/apache/directory/studio/ldapbrowser/core/model/LdapFilterParserTest.java Fri Oct  3 06:32:46 2008
@@ -241,7 +241,7 @@
      * From RFC4515:
      * The fifth example illustrates the use of the escaping mechanism to
      * represent various non-ASCII UTF-8 characters.  Specifically, there
-     * are 5 characters in the <assertionvalue> portion of this example:
+     * are 5 characters in the &lt;assertionvalue> portion of this example:
      * LATIN CAPITAL LETTER L (U+004C), LATIN SMALL LETTER U (U+0075), LATIN
      * SMALL LETTER C WITH CARON (U+010D), LATIN SMALL LETTER I (U+0069),
      * and LATIN SMALL LETTER C WITH ACUTE (U+0107).
@@ -343,7 +343,7 @@
      * 
      * From RFC4515:
      * The fifth example is a filter that should be applied to any attribute
-     * supporting the matching rule given (since the <attr> has been
+     * supporting the matching rule given (since the &lt;attr> has been
      * omitted).
      */
     public void testExtensibleFilterRFC4515_5()