X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=src%2Fuk%2Fac%2Febi%2Fwww%2FWSFile.java;h=7b2cc9c3c39532208676fbc20860c6692ae98d01;hp=210de76ca382c8782aa735a62fb3818c437fc021;hb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;hpb=e7338a61f3ce96dadf44ac80b2b32cc5ba4b94c8 diff --git a/src/uk/ac/ebi/www/WSFile.java b/src/uk/ac/ebi/www/WSFile.java index 210de76..7b2cc9c 100755 --- a/src/uk/ac/ebi/www/WSFile.java +++ b/src/uk/ac/ebi/www/WSFile.java @@ -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; }