JAL-629 Tidy up tests and replaced methods before merge to develop
[jalview.git] / src / jalview / io / BackupFiles.java
index af9df86..bec584f 100644 (file)
@@ -234,7 +234,7 @@ public class BackupFiles
     classInit();
     if (file.getParentFile() == null)
     {
-      // filename probably in pwd represented with no parent -- fix this!
+      // filename probably in pwd represented with no parent -- fix it before it's a problem
       file = file.getAbsoluteFile();
     }
     this.file = file;