Skip to content

Commit

Permalink
fixed in updtae params, closes #16
Browse files Browse the repository at this point in the history
  • Loading branch information
SerLap authored and jsnel committed Feb 13, 2015
1 parent 0f67a6e commit 68586aa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ public void setCohspecPanel(CohspecPanelModel value) {
*
*/
public OscspecPanelModel getOscspecPanel() {
if (oscspecPanel==null){
oscspecPanel = new OscspecPanelModel();
}
return oscspecPanel;
}

Expand Down

0 comments on commit 68586aa

Please sign in to comment.