apply version 2.7 copyright
[jalview.git] / src / jalview / io / JPredFile.java
index 458fbba..59a010d 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6)
- * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)
+ * Copyright (C) 2011 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
  * 
  * This file is part of Jalview.
  * 
@@ -207,8 +207,8 @@ public class JPredFile extends AlignFile
 
           for (int j = 0; j < i; j++)
           {
-            scores.setElementAt((Object) ((Float) scores.elementAt(j))
-                    .toString(), j);
+            scores.setElementAt(
+                    (Object) ((Float) scores.elementAt(j)).toString(), j);
           }
 
           scores.addElement((Object) ascore);
@@ -296,8 +296,7 @@ public class JPredFile extends AlignFile
       }
 
       if ((newSeq.getName().startsWith("QUERY") || newSeq.getName()
-              .startsWith("align;"))
-              && (QuerySeqPosition == -1))
+              .startsWith("align;")) && (QuerySeqPosition == -1))
       {
         QuerySeqPosition = seqs.size();
       }