X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fext%2Fvamsas%2FServiceHandle.java;h=7d276951b00cde462dd597291862f2ae04a86ef0;hb=810d16f4bf7bd2db5c38d66ff0f529e4f769102b;hp=ebc19d20a8d29ea2b2136f0e26a06c5259125a94;hpb=c19d2a91ca05e052e3408bf5852d88eb5d0608f1;p=jalview.git diff --git a/src/ext/vamsas/ServiceHandle.java b/src/ext/vamsas/ServiceHandle.java index ebc19d2..7d27695 100755 --- a/src/ext/vamsas/ServiceHandle.java +++ b/src/ext/vamsas/ServiceHandle.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2) - * 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. * @@ -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; }