Merge branch 'documentation/JAL-2325_release2101' into develop
[jalview.git] / src / jalview / io / JnetAnnotationMaker.java
index e944720..3feae5d 100755 (executable)
@@ -68,8 +68,7 @@ public class JnetAnnotationMaker
               MessageManager
                       .formatMessage(
                               "exception.number_of_residues_in_query_sequence_differ_from_prediction",
-                              new String[]
-                              {
+                              new String[] {
                                   (delMap == null ? "" : MessageManager
                                           .getString("label.mapped")),
                                   al.getSequenceAt(firstSeq).getName(),
@@ -193,13 +192,13 @@ public class JnetAnnotationMaker
           if (id.equals("JNETCONF"))
           {
             annot = new AlignmentAnnotation(preds[i].getName(),
-                    "JNet Output", annotations, 0f, 10f,
+                    "JPred Output", annotations, 0f, 10f,
                     AlignmentAnnotation.BAR_GRAPH);
           }
           else
           {
             annot = new AlignmentAnnotation(preds[i].getName(),
-                    "JNet Output", annotations);
+                    "JPred Output", annotations);
           }
 
           if (seqRef != null)