JAL-3141 Made some suggested changes from code review
[jalview.git] / src / jalview / io / BackupFiles.java
index 0b6b090..28eefd6 100644 (file)
@@ -39,7 +39,7 @@ public class BackupFiles
 
   public static String SUFFIX_DIGITS = NS + "_SUFFIX_DIGITS";
 
-  protected static String NUM_PLACEHOLDER = "%n";
+  public static final String NUM_PLACEHOLDER = "%n";
 
   public static String REVERSE_ORDER = NS + "_REVERSE_ORDER";
 
@@ -185,11 +185,6 @@ public class BackupFiles
     return path;
   }
 
-  public static String getNumPlaceHolder()
-  {
-    return NUM_PLACEHOLDER;
-  }
-
   public boolean setWriteSuccess(boolean flag)
   {
     boolean old = this.tempFileWriteSuccess;