Merge remote-tracking branch 'origin/releases/Release_2_10_2b1_Branch'
[jalview.git] / src / jalview / ws / sifts / MappingOutputPojo.java
index 4675fb7..f7cedf0 100644 (file)
@@ -49,8 +49,9 @@ public class MappingOutputPojo
 
   public void setSeqName(String seqName)
   {
-    this.seqName = (seqName.length() > MAX_ID_LENGTH) ? seqName.substring(
-            0, MAX_ID_LENGTH) : seqName;
+    this.seqName = (seqName.length() > MAX_ID_LENGTH)
+            ? seqName.substring(0, MAX_ID_LENGTH)
+            : seqName;
   }
 
   public String getSeqResidue()
@@ -90,8 +91,9 @@ public class MappingOutputPojo
 
   public void setStrName(String strName)
   {
-    this.strName = (strName.length() > MAX_ID_LENGTH) ? strName.substring(
-            0, MAX_ID_LENGTH) : strName;
+    this.strName = (strName.length() > MAX_ID_LENGTH)
+            ? strName.substring(0, MAX_ID_LENGTH)
+            : strName;
   }
 
   public String getStrResidue()