1. Fix problem with slow servlets (wrong forming CVS line)
[proteocache.git] / datadb / compbio / beans / ProteinBean.java
index c649320..958eab5 100644 (file)
@@ -21,6 +21,7 @@ public class ProteinBean implements PredictionIndex {
                this.predictions = new LinkedHashMap<String, String>();
                this.jobid = new ArrayList<String>();
                setPredictions(pred);
+               setJnetpred(pred);
        }
 
        public void setSequence(String seq) {