X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FJnetAnnotationMaker.java;h=3feae5d740ca6f9c9eead8bd044b800ffbf957cc;hb=537f890bfcd90e4d01099c74da10a3cfe4ad4e3d;hp=e944720f0107a2d8520a4c1fb5cdd56773515b1f;hpb=0a93d297a3c64c93eab0253fd2019edd33bd3571;p=jalview.git diff --git a/src/jalview/io/JnetAnnotationMaker.java b/src/jalview/io/JnetAnnotationMaker.java index e944720..3feae5d 100755 --- a/src/jalview/io/JnetAnnotationMaker.java +++ b/src/jalview/io/JnetAnnotationMaker.java @@ -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)