Author: gttersen
Date: 2007-07-02 17:09:42 +0200 (Mon, 02 Jul 2007)
New Revision: 5483

Modified:
   
branches/2.14/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/AbstractESPFastSearchCommand.java
Log:
newsAggregator: aftenposten skin updates

Modified: 
branches/2.14/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/AbstractESPFastSearchCommand.java
===================================================================
--- 
branches/2.14/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/AbstractESPFastSearchCommand.java
    2007-07-02 14:59:31 UTC (rev 5482)
+++ 
branches/2.14/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/AbstractESPFastSearchCommand.java
    2007-07-02 15:09:42 UTC (rev 5483)
@@ -280,7 +280,7 @@
      * @return a searchResult constructed from the supplied IQueryResult.
      * @throws IOException if something bad happens... Like, an invalid url. 
(Actually just to not break old code.)
      */
-    protected FastSearchResult createSearchResult(final IQueryResult result) 
throws IOException {
+    protected FastSearchResult<ResultItem> createSearchResult(final 
IQueryResult result) throws IOException {
 
         final FastSearchResult<ResultItem> searchResult = new 
FastSearchResult<ResultItem>(this);
         final int cnt = getCurrentOffset(0);

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to