X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fuk%2Fac%2Febi%2Fwww%2FData.java;fp=src%2Fuk%2Fac%2Febi%2Fwww%2FData.java;h=5d83043efe0db91793ac904dcc8868e8974baeaa;hb=3459a8a691cb22508d7067f240b7254e588e77d3;hp=2020fc9f27ae24f580250e032d111b407cb37805;hpb=5b27f1062b2203c4c31702e205f4c78e1992063e;p=jalview.git diff --git a/src/uk/ac/ebi/www/Data.java b/src/uk/ac/ebi/www/Data.java index 2020fc9..5d83043 100755 --- a/src/uk/ac/ebi/www/Data.java +++ b/src/uk/ac/ebi/www/Data.java @@ -75,10 +75,11 @@ public class Data implements java.io.Serializable __equalsCalc = obj; boolean _equals; _equals = true - && ((type == null && other.getType() == null) || (type != null && type - .equals(other.getType()))) - && ((content == null && other.getContent() == null) || (content != null && content - .equals(other.getContent()))); + && ((type == null && other.getType() == null) + || (type != null && type.equals(other.getType()))) + && ((content == null && other.getContent() == null) + || (content != null + && content.equals(other.getContent()))); __equalsCalc = null; return _equals; }