git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@164
be28352e-c001-0410-b1a7-
c7978e42abec
* 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
public ClientsFile(File filelist) throws IOException {
super(filelist);
- if (!this.sessionFile.exists())
- this.sessionFile.createNewFile();
}
/**