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 @@ 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();
|
||||
|
|
Loading…
Reference in New Issue