From: Jim Procter Date: Thu, 7 May 2015 13:55:52 +0000 (+0100) Subject: JAL-1551 formatting X-Git-Tag: Jalview_2_9~27 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=8002d3a28b1e21a9d89a24e4c81cf9397ecea0db;p=jalview.git JAL-1551 formatting --- diff --git a/src/jalview/io/JnetAnnotationMaker.java b/src/jalview/io/JnetAnnotationMaker.java index f97cd96..c5320f1 100755 --- a/src/jalview/io/JnetAnnotationMaker.java +++ b/src/jalview/io/JnetAnnotationMaker.java @@ -64,12 +64,18 @@ public class JnetAnnotationMaker if ((delMap != null && delMap.length > width) || (delMap == null && gapmap.length != width)) { - throw (new Exception(MessageManager.formatMessage("exception.number_of_residues_in_query_sequence_differ_from_prediction", new String[]{ - (delMap == null ? "" : MessageManager.getString("label.mapped")), - al.getSequenceAt(firstSeq).getName(), - al.getSequenceAt(firstSeq).getSequenceAsString(), - Integer.valueOf(width).toString() - }))); + throw (new Exception( + MessageManager + .formatMessage( + "exception.number_of_residues_in_query_sequence_differ_from_prediction", + new String[] + { + (delMap == null ? "" : MessageManager + .getString("label.mapped")), + al.getSequenceAt(firstSeq).getName(), + al.getSequenceAt(firstSeq) + .getSequenceAsString(), + Integer.valueOf(width).toString() }))); } AlignmentAnnotation annot;