TODO comments
[vamsas.git] / src / uk / ac / vamsas / client / simpleclient / SessionFile.java
index 318c830..e2d1db7 100644 (file)
@@ -165,9 +165,13 @@ public class SessionFile {
       lockFile();
       trafile = fileLock.getRaFile();
     }*/
+    // TODO JBPNote: attempt to ensure save really saves the VamDoc.jar file
     trafile.seek(0);
     trafile.getChannel().transferFrom(nrafile.getChannel(), 0, 
         nrafile.length());
+    // JBPNote: attempt to close the streams to flush the data out
+    // trafile.close();
+    //nrafile.close();
   }
   /**
    * remove all trace of the sessionFile file