Merge branch 'bug/JAL-3529_uniprotidsinstockholm' into develop
[jalview.git] / src / jalview / io / BackupFilesPresetEntry.java
index e7d7a96..4face29 100644 (file)
@@ -104,7 +104,7 @@ public class BackupFilesPresetEntry
       confirmDelete = Boolean.valueOf(st.nextToken());
     } catch (Exception e)
     {
-      System.out.println("Error parsing backupfiles scheme '" + line + "'");
+      Cache.log.error("Error parsing backupfiles scheme '" + line + "'");
     }
 
     return new BackupFilesPresetEntry(suffix, digits, reverse, keepAll,
@@ -146,7 +146,7 @@ public class BackupFilesPresetEntry
       MessageManager.getString("label.rolled_backups_description"),
       MessageManager.getString("label.custom_description") };
 
-  public static final Map<Integer, BackupFilesPresetEntry> backupfilesPresetEntriesValues = new HashMap<>()
+  public static final Map<Integer, BackupFilesPresetEntry> backupfilesPresetEntriesValues = new HashMap<Integer, BackupFilesPresetEntry>()
   {
     /**
      *