Skip to content
Snippets Groups Projects
Commit 170e059c authored by helene ortiz's avatar helene ortiz
Browse files
parents 5351a73d 58f03da9
No related branches found
No related tags found
No related merge requests found
4.3.4 dd/mm/yyyy
-----
* Class NewFileHelper deleted.
* Changed visibility of method loadSetPoints in class AbstractCommandZone from protected to public.
4.3.3 15/02/2024
-----
......
......@@ -232,7 +232,7 @@ public abstract class AbstractCommandZone {
}
protected final void loadSetPoints(CommandBox commandBox, List<SetPointDescriptor> setPoints) {
public final void loadSetPoints(CommandBox commandBox, List<SetPointDescriptor> setPoints) {
// Added for ParameterizableScan1D
commandBox.getControllerCommandPlugin().beginLoadSetPoints();
......
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