X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=src%2Fvamsas%2Fobjects%2Fsimple%2FSecstructpred.java;h=170de0797779a60a78f059b880aafde6334beecb;hp=349c21e32dbb73fe3aaf40fc2b3dfcfd793624ce;hb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;hpb=e7338a61f3ce96dadf44ac80b2b32cc5ba4b94c8 diff --git a/src/vamsas/objects/simple/Secstructpred.java b/src/vamsas/objects/simple/Secstructpred.java index 349c21e..170de07 100755 --- a/src/vamsas/objects/simple/Secstructpred.java +++ b/src/vamsas/objects/simple/Secstructpred.java @@ -76,8 +76,9 @@ public class Secstructpred implements java.io.Serializable } __equalsCalc = obj; boolean _equals; - _equals = true && ((this.output == null && other.getOutput() == null) || (this.output != null && this.output - .equals(other.getOutput()))); + _equals = true && ((this.output == null && other.getOutput() == null) + || (this.output != null + && this.output.equals(other.getOutput()))); __equalsCalc = null; return _equals; }