Author: ssmiweve
Date: 2009-07-22 14:23:59 +0200 (Wed, 22 Jul 2009)
New Revision: 7260
Modified:
branches/2.18/generic.sesam/search-command-control/fast/src/main/java/no/sesat/search/mode/command/CorrectingFast4SearchCommand.java
Log:
dawdle duckling to last commit
Modified:
branches/2.18/generic.sesam/search-command-control/fast/src/main/java/no/sesat/search/mode/command/CorrectingFast4SearchCommand.java
===================================================================
---
branches/2.18/generic.sesam/search-command-control/fast/src/main/java/no/sesat/search/mode/command/CorrectingFast4SearchCommand.java
2009-07-22 12:03:27 UTC (rev 7259)
+++
branches/2.18/generic.sesam/search-command-control/fast/src/main/java/no/sesat/search/mode/command/CorrectingFast4SearchCommand.java
2009-07-22 12:23:59 UTC (rev 7260)
@@ -75,9 +75,11 @@
@Override
public ResultList<ResultItem> call() {
+ final boolean wasInCall = inCall;
try{
inCall = true;
- return inCall
+
+ return wasInCall
? super.call()
: CorrectingSearchCommandUtility.doCall(this, context);
}finally{
_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits