Skip to content
Snippets Groups Projects
Commit 562565f0 authored by Irina LEE's avatar Irina LEE
Browse files

added parameters for syscams component

parent aaa3de16
No related branches found
No related tags found
1 merge request!72Syscams
......@@ -226,9 +226,11 @@ public class JDialogSysCAMSBlockDE extends JDialog implements ActionListener {
}
if (periodValueInteger == false) {
block.setPeriod(Integer.parseInt(periodTextField.getText()));
block.setTime((String) periodComboBoxString.getSelectedItem());
}
} else {
block.setPeriod(-1);
block.setTime((String) periodComboBoxString.getSelectedItem());
}
this.dispose();
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment