This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import ch.psi.pshell.framework.Context;
|
||||
import ch.psi.pshell.framework.Panel;
|
||||
import ch.psi.pshell.sequencer.Interpreter;
|
||||
import ch.psi.pshell.sequencer.Sequencer;
|
||||
import ch.psi.pshell.swing.DeviceValuePanel;
|
||||
import ch.psi.pshell.utils.Arr;
|
||||
import ch.psi.pshell.utils.State;
|
||||
@@ -198,7 +198,7 @@ public class Beamline extends Panel {
|
||||
args.put("CFF", spinnerCff.getValue());
|
||||
}
|
||||
|
||||
void applyBeamline() throws Interpreter.InterpreterStateException {
|
||||
void applyBeamline() throws Sequencer.StateException {
|
||||
|
||||
HashMap args = new HashMap();
|
||||
setBeamlineArgs(args);
|
||||
|
||||
Reference in New Issue
Block a user