mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-08 02:58:33 +00:00
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:
parent
27d2edb2bd
commit
24b91fba82
@ -1786,7 +1786,7 @@ static class DateIterator implements Iterator<Calendar> {
|
||||
* 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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user