X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fext%2Fvamsas%2FServiceHandle.java;h=7d276951b00cde462dd597291862f2ae04a86ef0;hb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;hp=83412eacbda89840e00a6fbdb0599b1bc9f04959;hpb=be32c14cd8e48fe0a207cd7030cb9cd46f894678;p=jalview.git diff --git a/src/ext/vamsas/ServiceHandle.java b/src/ext/vamsas/ServiceHandle.java index 83412ea..7d27695 100755 --- a/src/ext/vamsas/ServiceHandle.java +++ b/src/ext/vamsas/ServiceHandle.java @@ -148,14 +148,19 @@ public class ServiceHandle implements java.io.Serializable __equalsCalc = obj; boolean _equals; _equals = true - && ((this.abstractName == null && other.getAbstractName() == null) || (this.abstractName != null && this.abstractName - .equals(other.getAbstractName()))) - && ((this.description == null && other.getDescription() == null) || (this.description != null && this.description - .equals(other.getDescription()))) - && ((this.endpointURL == null && other.getEndpointURL() == null) || (this.endpointURL != null && this.endpointURL - .equals(other.getEndpointURL()))) - && ((this.name == null && other.getName() == null) || (this.name != null && this.name - .equals(other.getName()))); + && ((this.abstractName == null + && other.getAbstractName() == null) + || (this.abstractName != null && this.abstractName + .equals(other.getAbstractName()))) + && ((this.description == null && other.getDescription() == null) + || (this.description != null && this.description + .equals(other.getDescription()))) + && ((this.endpointURL == null && other.getEndpointURL() == null) + || (this.endpointURL != null && this.endpointURL + .equals(other.getEndpointURL()))) + && ((this.name == null && other.getName() == null) + || (this.name != null + && this.name.equals(other.getName()))); __equalsCalc = null; return _equals; }