Author: saces
Date: 2008-08-08 16:52:46 +0000 (Fri, 08 Aug 2008)
New Revision: 21673

Modified:
   trunk/plugins/KeyExplorer/VerySimpleGet.java
Log:
fix build

Modified: trunk/plugins/KeyExplorer/VerySimpleGet.java
===================================================================
--- trunk/plugins/KeyExplorer/VerySimpleGet.java        2008-08-08 16:43:14 UTC 
(rev 21672)
+++ trunk/plugins/KeyExplorer/VerySimpleGet.java        2008-08-08 16:52:46 UTC 
(rev 21673)
@@ -41,7 +41,7 @@
                        Logger.minor(this, "onFailure( " + e + " , ...)", e);

                if (!(isFatalError(e.code))) {
-                       if (retry(sched)) {
+                       if (retry(sched, getContext().executor)) {
                                if (logMINOR)
                                        Logger.minor(this, "Retrying");
                                return;


Reply via email to