Author: daniele
Date: 2007-03-30 15:35:19 +0200 (Fri, 30 Mar 2007)
New Revision: 4693

Modified:
   
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/SearchModeFactory.java
   
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/config/CatalogueSearchConfiguration.java
Log:
removed unused properties from configuration

Modified: 
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/SearchModeFactory.java
===================================================================
--- 
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/SearchModeFactory.java
       2007-03-30 10:21:12 UTC (rev 4692)
+++ 
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/SearchModeFactory.java
       2007-03-30 13:35:19 UTC (rev 4693)
@@ -779,7 +779,6 @@
                     final CatalogueSearchConfiguration csc = 
(CatalogueSearchConfiguration) sc;
                     fillBeanProperty(csc, inherit, "queryParameterWhere", 
ParseType.String, commandE, "");
                     fillBeanProperty(csc, inherit, "searchBy", 
ParseType.String, commandE, "");
-                    fillBeanProperty(csc, inherit, "slideshowUrl", 
ParseType.String, commandE, "");
                     fillBeanProperty(csc, inherit, "split", ParseType.Boolean, 
commandE, "false");
                 }
                 if (sc instanceof CatalogueAdsSearchConfiguration) {

Modified: 
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/config/CatalogueSearchConfiguration.java
===================================================================
--- 
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/config/CatalogueSearchConfiguration.java
     2007-03-30 10:21:12 UTC (rev 4692)
+++ 
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/config/CatalogueSearchConfiguration.java
     2007-03-30 13:35:19 UTC (rev 4693)
@@ -10,15 +10,13 @@
  * from modes.xml, by the fillBeanProperty pattern.
  *
  * @author <a href="[EMAIL PROTECTED]">Lars Johansson</a>
- * @version $Revision: 1 $
+ * @version $Revision:$
  */
 public class CatalogueSearchConfiguration extends FastSearchConfiguration {
     
     /** The name of the parameter which holds the geographic user supplied 
location.*/
     private String queryParameterWhere;
     
-    /** the base url to access the slideshow images in the info page. */
-    private String slideshowUrl;
     
     /**
      *  ????
@@ -84,18 +82,4 @@
     public Boolean getSplit(){
         return this.split;
     }
-
-    /**
-     *  getter for base url for slideshow images.
-     */
-    public String getSlideshowUrl() {
-        return slideshowUrl;
-    }
-
-    /**
-     *  setter for base url for slideshow images.
-     */    
-    public void setSlideshowUrl(String slideshowUrl) {
-        this.slideshowUrl = slideshowUrl;
-    }
 }

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

Reply via email to