Author: scolebourne
Date: Fri Dec 29 09:44:59 2006
New Revision: 491059
URL: http://svn.apache.org/viewvc?view=rev&rev=491059
Log:
Fix javadoc link
Modified:
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java
Modified:
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java?view=diff&rev=491059&r1=491058&r2=491059
==============================================================================
---
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java
(original)
+++
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java
Fri Dec 29 09:44:59 2006
@@ -261,8 +261,8 @@
* choosing March -> February = 1 month and then calculating days
* backwards. </p>
*
- * <p>For more control, the Joda Time library is recommended
- * (<a href="http://joda-time.sf.net/"). </p>
+ * <p>For more control, the <a
href="http://joda-time.sf.net/">Joda-Time</a>
+ * library is recommended.</p>
*
* @param startMillis the start of the duration
* @param endMillis the end of the duration
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]