Revision: 2070
http://archive-access.svn.sourceforge.net/archive-access/?rev=2070&view=rev
Author: bradtofel
Date: 2007-11-05 15:38:24 -0800 (Mon, 05 Nov 2007)
Log Message:
-----------
ROLLBACK: reverting to previous version -- title is now as before, with another subclass, TwoMonthTimelineResultsPartitioner having specialized Timeline title.
Modified Paths:
--------------
trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/query/resultspartitioner/TwoMonthResultsPartitioner.java
Modified: trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/query/resultspartitioner/TwoMonthResultsPartitioner.java
===================================================================
--- trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/query/resultspartitioner/TwoMonthResultsPartitioner.java 2007-11-05 23:35:46 UTC (rev 2069)
+++ trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/query/resultspartitioner/TwoMonthResultsPartitioner.java 2007-11-05 23:38:24 UTC (rev 2070)
@@ -67,7 +67,7 @@
Calendar endMinusSecond = getCalendar();
endMinusSecond.setTime(end.getTime());
endMinusSecond.add(Calendar.SECOND,-1);
- return wbRequest.getFormatter().format("ResultPartitions.month",
- start.getTime());
+ return wbRequest.getFormatter().format("ResultPartitions.twoMonth",
+ start.getTime(),endMinusSecond.getTime());
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|