Fixing the DateIterator javadoc to indicate the end date is inclusive, not 'not inclusive'

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1225117 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-12-28 07:05:24 +00:00
parent 27d2edb2bd
commit 24b91fba82
1 changed files with 1 additions and 1 deletions

View File

@ -1786,7 +1786,7 @@ public class DateUtils {
* Constructs a DateIterator that ranges from one date to another.
*
* @param startFinal start date (inclusive)
* @param endFinal end date (not inclusive)
* @param endFinal end date (inclusive)
*/
DateIterator(Calendar startFinal, Calendar endFinal) {
super();