Skip to content

Commit 1a6e90f

Browse files
authored
Merge pull request #3604 from dmgav/fix-arrayReversed-name
Change function name from 'arrayReverse' to 'arrayReversal'
2 parents 8854527 + 14dd0b5 commit 1a6e90f

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)