Skip to content

Commit 482e346

Browse files
authored
Merge branch 'ControlSystemStudio:master' into pv-tango
2 parents f80a830 + 1a6e90f commit 482e346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/formula/src/main/java/org/csstudio/apputil/formula/array/ArrayReversalFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class ArrayReversalFunction extends BaseArrayFunction {
3636

3737
@Override
3838
public String getName() {
39-
return "arrayReverse";
39+
return "arrayReversal";
4040
}
4141

4242
@Override

0 commit comments

Comments
 (0)