X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fvamsas%2Fobjects%2Fsimple%2FSecstructpred.java;fp=src%2Fvamsas%2Fobjects%2Fsimple%2FSecstructpred.java;h=170de0797779a60a78f059b880aafde6334beecb;hb=3659ecfe7bb17dd25a0a6b5c94a7d9dab4525136;hp=349c21e32dbb73fe3aaf40fc2b3dfcfd793624ce;hpb=5d49f772d8dd53aba8907f37a244b00ed8f86a87;p=jalview.git 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; }