JAL-2356 use cached Sifts file if not expired
[jalview.git] / src / jalview / ws / sifts / SiftsClient.java
index 27db604..c11302c 100644 (file)
@@ -212,6 +212,10 @@ public class SiftsClient implements SiftsClientI
           return new File(siftsFileName);
         }
       }
+      else
+      {
+        return siftsFile;
+      }
     }
     try
     {