header updated
[jalview.git] / src / jalview / ws / JPredClient.java
index 366c90a..72bef07 100755 (executable)
@@ -1,6 +1,6 @@
 /*
  * Jalview - A Sequence Alignment Editor and Viewer
- * Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle
+ * Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -723,7 +723,7 @@ public class JPredClient
              af = new AlignFrame(res);
            } else {
              java.lang.Object[] alandcolsel = input.getAlignmentAndColumnSelection(alignFrame.getViewport().getGapCharacter());
-             
+
              if (((SequenceI[])alandcolsel[0])[0].getLength()!=res.getWidth()) {
                if (msa) {
                  throw new Error("Implementation Error! ColumnSelection from input alignment will not map to result alignment!");