Author: stevencaswell
Date: Sat Jul 9 17:44:18 2005
New Revision: 209978
URL: http://svn.apache.org/viewcvs?rev=209978&view=rev
Log:
applied javadoc cleanup patch from
http://issues.apache.org/bugzilla/show_bug.cgi?id=35676 (did not apply the
VariableFormatter javadoc path since this class is still being worked)
Modified:
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/Entities.java
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/CompareToBuilder.java
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/exception/ExceptionUtils.java
Modified:
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/Entities.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/Entities.java?rev=209978&r1=209977&r2=209978&view=diff
==============================================================================
---
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/Entities.java
(original)
+++
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/Entities.java
Sat Jul 9 17:44:18 2005
@@ -25,10 +25,10 @@
* <p>Provides HTML and XML entity utilities.</p>
*
* @see <a
href="http://hotwired.lycos.com/webmonkey/reference/special_characters/">ISO
Entities</a>
- * @see <br/><a href="http://www.w3.org/TR/REC-html32#latin1">HTML 3.2
Character Entities for ISO Latin-1</a>
- * @see <br/><a href="http://www.w3.org/TR/REC-html40/sgml/entities.html">HTML
4.0 Character entity references</a>
- * @see <br/><a href="http://www.w3.org/TR/html401/charset.html#h-5.3">HTML
4.01 Character References</a>
- * @see <br/><a
href="http://www.w3.org/TR/html401/charset.html#code-position">HTML 4.01 Code
positions</a>
+ * @see <a href="http://www.w3.org/TR/REC-html32#latin1">HTML 3.2 Character
Entities for ISO Latin-1</a>
+ * @see <a href="http://www.w3.org/TR/REC-html40/sgml/entities.html">HTML 4.0
Character entity references</a>
+ * @see <a href="http://www.w3.org/TR/html401/charset.html#h-5.3">HTML 4.01
Character References</a>
+ * @see <a href="http://www.w3.org/TR/html401/charset.html#code-position">HTML
4.01 Code positions</a>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Alexander Day Chaffee</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Gary Gregory</a>
Modified:
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java?rev=209978&r1=209977&r2=209978&view=diff
==============================================================================
---
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java
(original)
+++
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java
Sat Jul 9 17:44:18 2005
@@ -139,7 +139,7 @@
}
/**
- * <p>Worker method for the [EMAIL PROTECTED] escapeJavaScript(String)
method.</p>
+ * <p>Worker method for the [EMAIL PROTECTED] #escapeJavaScript(String)}
method.</p>
*
* @param str String to escape values in, may be null
* @param escapeSingleQuotes escapes single quotes if <code>true</code>
@@ -161,7 +161,7 @@
}
/**
- * <p>Worker method for the [EMAIL PROTECTED] escapeJavaScript(String)
method.</p>
+ * <p>Worker method for the [EMAIL PROTECTED] #escapeJavaScript(String)}
method.</p>
*
* @param out write to receieve the escaped string
* @param str String to escape values in, may be null
Modified:
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/CompareToBuilder.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/CompareToBuilder.java?rev=209978&r1=209977&r2=209978&view=diff
==============================================================================
---
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/CompareToBuilder.java
(original)
+++
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/CompareToBuilder.java
Sat Jul 9 17:44:18 2005
@@ -59,7 +59,7 @@
* }
* </pre>
*
- * <p>Alternatively, there is are [EMAIL PROTECTED] #reflectionCompare
reflectionCompare} method that uses
+ * <p>Alternatively, there is are [EMAIL PROTECTED] #reflectionCompare(Object,
Object) reflectionCompare} method that uses
* reflection to determine the fields to append. Because fields can be private,
* <code>reflectionCompare</code> uses [EMAIL PROTECTED]
java.lang.reflect.AccessibleObject#setAccessible(boolean)} to
* bypass normal access control checks. This will fail under a security
manager,
Modified:
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/exception/ExceptionUtils.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/exception/ExceptionUtils.java?rev=209978&r1=209977&r2=209978&view=diff
==============================================================================
---
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/exception/ExceptionUtils.java
(original)
+++
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/exception/ExceptionUtils.java
Sat Jul 9 17:44:18 2005
@@ -543,7 +543,7 @@
* @param type the type to search for, subclasses match, null returns -1
* @param fromIndex the (zero based) index of the starting position,
* negative treated as zero, larger than chain size returns -1
- * @param subclass if <code>true</code>, compares with [EMAIL PROTECTED]
Class.isAssignableFrom(Class)}, otherwise compares
+ * @param subclass if <code>true</code>, compares with [EMAIL PROTECTED]
Class#isAssignableFrom(Class)}, otherwise compares
* using references
* @return index of the <code>type</code> within throwables nested withing
the specified <code>throwable</code>
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]