X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FBackupFilesPresetEntry.java;h=69130d0be03d34180d200eca5372e9d22aeb07cd;hb=7c269dc87e6fda52db3d73d07bc5f3e879e1f681;hp=e7d7a96f22067e5e43869181aca99a416de47d30;hpb=e29f805236e7328f34c0664e72f46925d7d28e07;p=jalview.git diff --git a/src/jalview/io/BackupFilesPresetEntry.java b/src/jalview/io/BackupFilesPresetEntry.java index e7d7a96..69130d0 100644 --- a/src/jalview/io/BackupFilesPresetEntry.java +++ b/src/jalview/io/BackupFilesPresetEntry.java @@ -1,3 +1,23 @@ +/* + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 + * of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ package jalview.io; import jalview.bin.Cache; @@ -104,7 +124,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 +166,7 @@ public class BackupFilesPresetEntry MessageManager.getString("label.rolled_backups_description"), MessageManager.getString("label.custom_description") }; - public static final Map backupfilesPresetEntriesValues = new HashMap<>() + public static final Map backupfilesPresetEntriesValues = new HashMap() { /** *