JAL-3141 Added HashMap types for Java 1.8 compatibility
[jalview.git] / src / jalview / io / BackupFilesPresetEntry.java
index 46fc5eb..4face29 100644 (file)
@@ -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>()
   {
     /**
      *