Fixed inadvertent change.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1795 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2006-03-06 23:29:13 +00:00
parent 647a4a597d
commit 9663af0365
@@ -79,7 +79,7 @@ public class CalendarUtil
// we're going to manipulate end, so let's clone it
end = (Calendar)end.clone();
int months = 0;
int months = -1;
do {
end.add(Calendar.MONTH, -1);
months++;