JAL-3878 Add jpred operation and worker to the services.
[jalview.git] / src / jalview / ws2 / operations / AbstractWorker.java
index 5186849..56d1af7 100644 (file)
@@ -29,7 +29,7 @@ public abstract class AbstractWorker implements WebServiceWorkerI
 
   private Map<Long, Integer> exceptionCount = new HashMap<>();
 
-  private static final int MAX_RETRY = 5;
+  protected static final int MAX_RETRY = 5;
 
   public boolean poll()
   {