Skip to content

Commit ced4f3e

Browse files
committed
fix default value
1 parent e7b7379 commit ced4f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/predic8/membrane/core/interceptor/flow/IfInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public Language getLanguage() {
100100

101101
/**
102102
* @description Language of the 'test' condition
103-
* @default groovy
103+
* @default SpEL
104104
* @example SpEL, groovy, jsonpath, xpath
105105
*/
106106
@MCAttribute

0 commit comments

Comments
 (0)