git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@382
be28352e-c001-0410-b1a7-
c7978e42abec
* @return Backed up SessionFile or null if failed to make backup.
*/
protected File backupSessionFile() {
- return backupSessionFile(null, sessionFile.getName(),".old", sessionFile.getParentFile());
+ return backupSessionFile(fileLock, sessionFile.getName(),".old", sessionFile.getParentFile());
}
protected File backupSessionFile(Lock extantLock, String backupPrefix, String backupSuffix, File backupDir) {