X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fext%2Fvamsas%2FServiceHandle.java;h=7d276951b00cde462dd597291862f2ae04a86ef0;hb=33e1f07ce64ed7f3db62ad2ea92968f009013e04;hp=27405f936c90a254e8a4edcfef4a0c9356fda73c;hpb=17e77c3f2949a0729322b4a8d907f3f34b6a9914;p=jalview.git diff --git a/src/ext/vamsas/ServiceHandle.java b/src/ext/vamsas/ServiceHandle.java index 27405f9..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) - * 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; }