VamsasSession: increased time before considering the current client is the last one...
[vamsas.git] / src / uk / ac / vamsas / client / simpleclient / FileWatcher.java
index 7b47bb7..93df102 100644 (file)
@@ -165,4 +165,10 @@ public class FileWatcher {
   public boolean diffState(long[] a, long[] b) {
     return compStat(a,b);
   }
+  /**
+   * @return the subject
+   */
+  public File getSubject() {
+    return subject;
+  }
 }