Fixed inadvertent change.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1795 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -79,7 +79,7 @@ public class CalendarUtil
|
|||||||
// we're going to manipulate end, so let's clone it
|
// we're going to manipulate end, so let's clone it
|
||||||
end = (Calendar)end.clone();
|
end = (Calendar)end.clone();
|
||||||
|
|
||||||
int months = 0;
|
int months = -1;
|
||||||
do {
|
do {
|
||||||
end.add(Calendar.MONTH, -1);
|
end.add(Calendar.MONTH, -1);
|
||||||
months++;
|
months++;
|
||||||
|
|||||||
Reference in New Issue
Block a user