Fix javadoc link

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491059 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2006-12-29 17:44:59 +00:00
parent 37b2a3f215
commit a9ff534b36

View File

@ -261,8 +261,8 @@ public static String formatPeriod(long startMillis, long endMillis, String forma
* 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