X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fvamsas%2Fobjects%2Fsimple%2FMsfalignment.java;h=e4b760b1ace5ced147a336227c5e22d47990ed39;hb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;hp=39814f9a5255163ea65f84bb14fd812142242f29;hpb=17e77c3f2949a0729322b4a8d907f3f34b6a9914;p=jalview.git diff --git a/src/vamsas/objects/simple/Msfalignment.java b/src/vamsas/objects/simple/Msfalignment.java index 39814f9..e4b760b 100755 --- a/src/vamsas/objects/simple/Msfalignment.java +++ b/src/vamsas/objects/simple/Msfalignment.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9) - * Copyright (C) 2015 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -100,11 +100,11 @@ public class Msfalignment implements java.io.Serializable } __equalsCalc = obj; boolean _equals; - _equals = true - && ((this.msf == null && other.getMsf() == null) || (this.msf != null && this.msf - .equals(other.getMsf()))) - && ((this.notes == null && other.getNotes() == null) || (this.notes != null && this.notes - .equals(other.getNotes()))); + _equals = true && ((this.msf == null && other.getMsf() == null) + || (this.msf != null && this.msf.equals(other.getMsf()))) + && ((this.notes == null && other.getNotes() == null) + || (this.notes != null + && this.notes.equals(other.getNotes()))); __equalsCalc = null; return _equals; }