beginning refactoring of locked IO for lists.
authorjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 23 Jan 2006 14:14:45 +0000 (14:14 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 23 Jan 2006 14:14:45 +0000 (14:14 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@164 be28352e-c001-0410-b1a7-c7978e42abec

src/org/vamsas/client/simpleclient/ClientsFile.java

index 192f389..598bfdd 100644 (file)
@@ -20,7 +20,7 @@ import java.util.Vector;
  * Handler for the clientsFile within a vamsas session thread.
  * @author jim 
  */
-public class ClientsFile extends SessionFile {
+public class ClientsFile extends ListFile {
   /**
    * number of my client in list - passed back when a client 
    * is added to list, and used (if valid) for quickly 
@@ -30,8 +30,6 @@ public class ClientsFile extends SessionFile {
 
   public ClientsFile(File filelist) throws IOException {
     super(filelist);
-    if (!this.sessionFile.exists())
-      this.sessionFile.createNewFile();
   }
 
   /**