X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fuk%2Fac%2Febi%2Fwww%2FWSFile.java;h=7b2cc9c3c39532208676fbc20860c6692ae98d01;hb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;hp=a29822a89833a5a4ca652848f40a2c4fc77ca35a;hpb=838e4f91d4a53dd315640dbc9ff6ef7a815ee576;p=jalview.git diff --git a/src/uk/ac/ebi/www/WSFile.java b/src/uk/ac/ebi/www/WSFile.java index a29822a..7b2cc9c 100755 --- a/src/uk/ac/ebi/www/WSFile.java +++ b/src/uk/ac/ebi/www/WSFile.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1) - * 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. * @@ -75,10 +75,10 @@ public class WSFile implements java.io.Serializable __equalsCalc = obj; boolean _equals; _equals = true - && ((type == null && other.getType() == null) || (type != null && type - .equals(other.getType()))) - && ((ext == null && other.getExt() == null) || (ext != null && ext - .equals(other.getExt()))); + && ((type == null && other.getType() == null) + || (type != null && type.equals(other.getType()))) + && ((ext == null && other.getExt() == null) + || (ext != null && ext.equals(other.getExt()))); __equalsCalc = null; return _equals; }