X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fvamsas%2Fobjects%2Fsimple%2FMsfalignment.java;h=e4b760b1ace5ced147a336227c5e22d47990ed39;hb=2040e7e728e666d0135f31c65f3eaccc0bfe40ae;hp=1f153d4ccaa7363cf5629797237cd8b04babd713;hpb=838e4f91d4a53dd315640dbc9ff6ef7a815ee576;p=jalview.git diff --git a/src/vamsas/objects/simple/Msfalignment.java b/src/vamsas/objects/simple/Msfalignment.java index 1f153d4..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.0b1) - * 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; }