X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=src%2Fvamsas%2Fobjects%2Fsimple%2FSeqSearchResult.java;h=04b6f70226f97e705564735c2d567cac818faa88;hp=8ef8f7c04d851560963b3000b4055ea3d691ec4d;hb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;hpb=e7338a61f3ce96dadf44ac80b2b32cc5ba4b94c8 diff --git a/src/vamsas/objects/simple/SeqSearchResult.java b/src/vamsas/objects/simple/SeqSearchResult.java index 8ef8f7c..04b6f70 100644 --- a/src/vamsas/objects/simple/SeqSearchResult.java +++ b/src/vamsas/objects/simple/SeqSearchResult.java @@ -20,8 +20,8 @@ */ package vamsas.objects.simple; -public class SeqSearchResult extends vamsas.objects.simple.Result implements - java.io.Serializable +public class SeqSearchResult extends vamsas.objects.simple.Result + implements java.io.Serializable { private vamsas.objects.simple.Alignment alignment; @@ -150,14 +150,18 @@ public class SeqSearchResult extends vamsas.objects.simple.Result implements __equalsCalc = obj; boolean _equals; _equals = super.equals(obj) - && ((this.alignment == null && other.getAlignment() == null) || (this.alignment != null && this.alignment - .equals(other.getAlignment()))) - && ((this.annotation == null && other.getAnnotation() == null) || (this.annotation != null && this.annotation - .equals(other.getAnnotation()))) - && ((this.features == null && other.getFeatures() == null) || (this.features != null && this.features - .equals(other.getFeatures()))) - && ((this.newickTree == null && other.getNewickTree() == null) || (this.newickTree != null && this.newickTree - .equals(other.getNewickTree()))); + && ((this.alignment == null && other.getAlignment() == null) + || (this.alignment != null + && this.alignment.equals(other.getAlignment()))) + && ((this.annotation == null && other.getAnnotation() == null) + || (this.annotation != null && this.annotation + .equals(other.getAnnotation()))) + && ((this.features == null && other.getFeatures() == null) + || (this.features != null + && this.features.equals(other.getFeatures()))) + && ((this.newickTree == null && other.getNewickTree() == null) + || (this.newickTree != null && this.newickTree + .equals(other.getNewickTree()))); __equalsCalc = null; return _equals; }