X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FJalviewFileView.java;h=1aded9254a3087201b58ed41313e53fd941058e8;hb=330289271fe2239a59fa318d6b2b19fdd319f8a4;hp=6df223a27f85ee2c5c82897b2b0c074bac418d65;hpb=47168f025aefdaa044802bd5f8f510ffe43a4808;p=jalview.git diff --git a/src/jalview/io/JalviewFileView.java b/src/jalview/io/JalviewFileView.java index 6df223a..1aded92 100755 --- a/src/jalview/io/JalviewFileView.java +++ b/src/jalview/io/JalviewFileView.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2) - * Copyright (C) 2014 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -32,7 +32,8 @@ public class JalviewFileView extends FileView static { - // TODO: these names should come from the FormatAdapter lists for readable/writable extensions + // TODO: these names should come from the FormatAdapter lists for + // readable/writable extensions alignSuffix.put("amsa", "AMSA file"); alignSuffix.put("fasta", "Fasta file"); alignSuffix.put("fa", "Fasta file");