X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Frest%2Fparams%2FAlignment.java;h=0aee4cd03b7c4ec825605ca225c66c8f44d271c3;hb=c19d2a91ca05e052e3408bf5852d88eb5d0608f1;hp=1340e343078b090932f8f367a4b1dc294c96bc88;hpb=ab43013b7e357b84b4abade0dba949668dfb2a0e;p=jalview.git diff --git a/src/jalview/ws/rest/params/Alignment.java b/src/jalview/ws/rest/params/Alignment.java index 1340e34..0aee4cd 100644 --- a/src/jalview/ws/rest/params/Alignment.java +++ b/src/jalview/ws/rest/params/Alignment.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1) - * Copyright (C) 2014 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2) + * Copyright (C) 2015 The Jalview Authors * * This file is part of Jalview. * @@ -52,8 +52,7 @@ public class Alignment extends InputType { public Alignment() { - super(new Class[] - { AlignmentI.class }); + super(new Class[] { AlignmentI.class }); } String format = "FASTA";