Author: sshafroi
Date: 2008-12-08 11:01:23 +0100 (Mon, 08 Dec 2008)
New Revision: 7053

Modified:
   
branches/2.18/generic.sesam/search-command-config/src/main/java/no/sesat/search/mode/config/EspFastCommandConfig.java
Log:
Mismatch between setter and getter. So the timeout was not working.


Modified: 
branches/2.18/generic.sesam/search-command-config/src/main/java/no/sesat/search/mode/config/EspFastCommandConfig.java
===================================================================
--- 
branches/2.18/generic.sesam/search-command-config/src/main/java/no/sesat/search/mode/config/EspFastCommandConfig.java
       2008-12-05 18:10:45 UTC (rev 7052)
+++ 
branches/2.18/generic.sesam/search-command-config/src/main/java/no/sesat/search/mode/config/EspFastCommandConfig.java
       2008-12-08 10:01:23 UTC (rev 7053)
@@ -254,7 +254,7 @@
      * Rationale here is that we don't want timeouts in debugging environments.
      * @param integer
      */
-    public void setTimeout(final Integer integer){
+    public void setTimeout(final int integer){
         timeout = integer;
     }
 

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

Reply via email to