JAL-2089 Merge branch releases/Release_2_10_Branch to master
[jalview.git] / src / jalview / io / SequenceAnnotationReport.java
index 2d76d6b..dd0664b 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
- * Copyright (C) $$Year-Rel$$ 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.
  * 
@@ -141,8 +141,7 @@ public class SequenceAnnotationReport
           }
           else
           {
-            if (tmpString.indexOf("<") > -1
-                    || tmpString.indexOf(">") > -1)
+            if (tmpString.indexOf("<") > -1 || tmpString.indexOf(">") > -1)
             {
               // The description does not specify html is to
               // be used, so we must remove < > symbols
@@ -167,8 +166,7 @@ public class SequenceAnnotationReport
                   .getType());
           if (rng != null && rng[0] != null && rng[0][0] != rng[0][1])
           {
-            sb.append(" Score=").append(
-                    String.valueOf(feature.getScore()));
+            sb.append(" Score=").append(String.valueOf(feature.getScore()));
           }
         }
         String status = (String) feature.getValue("status");
@@ -312,8 +310,7 @@ public class SequenceAnnotationReport
             String unq = urls[u] + "|" + urls[u + 1];
             if (!uniques.contains(unq))
             {
-              result.add(new String[] { target, label, urls[u],
-                  urls[u + 1] });
+              result.add(new String[] { target, label, urls[u], urls[u + 1] });
               uniques.add(unq);
             }
           }
@@ -331,8 +328,7 @@ public class SequenceAnnotationReport
           String unq = urls[u] + "|" + urls[u + 1];
           if (!uniques.contains(unq))
           {
-            result.add(new String[] { target, label, urls[u],
-                urls[u + 1] });
+            result.add(new String[] { target, label, urls[u], urls[u + 1] });
             uniques.add(unq);
           }
         }
@@ -349,8 +345,7 @@ public class SequenceAnnotationReport
           String unq = urls[u] + "|" + urls[u + 1];
           if (!uniques.contains(unq))
           {
-            result.add(new String[] { target, label, urls[u],
-                urls[u + 1] });
+            result.add(new String[] { target, label, urls[u], urls[u + 1] });
             uniques.add(unq);
           }
         }