Author: mickw
Date: 2006-04-27 14:58:47 +0200 (Thu, 27 Apr 2006)
New Revision: 2818

Modified:
   
trunk/src/java/no/schibstedsok/front/searchportal/command/WebSearchCommand.java
Log:
same again


Modified: 
trunk/src/java/no/schibstedsok/front/searchportal/command/WebSearchCommand.java
===================================================================
--- 
trunk/src/java/no/schibstedsok/front/searchportal/command/WebSearchCommand.java 
    2006-04-27 12:57:03 UTC (rev 2817)
+++ 
trunk/src/java/no/schibstedsok/front/searchportal/command/WebSearchCommand.java 
    2006-04-27 12:58:47 UTC (rev 2818)
@@ -52,28 +52,4 @@
     }
 
 
-    /**
-     * LeafClause
-     *
-     * A leaf clause with a site field does not add anything to the query.
-     *
-     */
-    protected void visitImpl(final LeafClause clause) {
-        if (!hasSiteField(clause)) {
-            super.visitImpl(clause);
-        }
-    }
-
-    /**
-     * PhraseClause
-     *
-     * A phrase with a site field does not add anything to the query.
-     *
-     */
-    protected void visitImpl(final PhraseClause clause) {
-        if (!hasSiteField(clause)) {
-            super.visitImpl(clause);
-        }
-    }
-
 }

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

Reply via email to