more locked IO performance tests.
[vamsas.git] / src / org / vamsas / client / simpleclient / FileWatcher.java
index 40038ad..e2a3ad0 100644 (file)
@@ -5,7 +5,6 @@ package org.vamsas.client.simpleclient;
 
 import java.io.File;
 
-import org.vamsas.client.SimpleClient;
 
 /**
  * @author jim Watches a particular file for its creation, deletion, or
@@ -95,7 +94,7 @@ public class FileWatcher {
   }
   /**
    * updates internal record of file state when caller has intentionally
-   * modified subject.
+   * modified subject. (ignores locked-state of subject)
    */
   public void setState() {
     if (subject!=null) {