X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fext%2Fvamsas%2FServiceHandles.java;h=e667683122e8db45d1fe148ccf1c5c486bfd28a9;hb=838e4f91d4a53dd315640dbc9ff6ef7a815ee576;hp=45c49d88baf45212310fa19e7b3764cdd36f5b0b;hpb=ad15cff29620f960119f80176f1fd443da9f6763;p=jalview.git diff --git a/src/ext/vamsas/ServiceHandles.java b/src/ext/vamsas/ServiceHandles.java index 45c49d8..e667683 100755 --- a/src/ext/vamsas/ServiceHandles.java +++ b/src/ext/vamsas/ServiceHandles.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) - * Copyright (C) $$Year-Rel$$ The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1) + * Copyright (C) 2015 The Jalview Authors * * This file is part of Jalview. * @@ -57,15 +57,15 @@ public class ServiceHandles implements java.io.Serializable public synchronized boolean equals(java.lang.Object obj) { - if (!(obj instanceof ServiceHandles)) + if (obj == null) { return false; } - ServiceHandles other = (ServiceHandles) obj; - if (obj == null) + if (!(obj instanceof ServiceHandles)) { return false; } + ServiceHandles other = (ServiceHandles) obj; if (this == obj) { return true;