Skip to content

Commit 4fa755c

Browse files
添加空表达式
1 parent b12e3e8 commit 4fa755c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/developframework/expression/Expression.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static final Expression parse(String expressionValue) {
6969
return parseSingle(expressionValue);
7070
}
7171
}
72-
return null;
72+
return EMPTY_EXPRESSION;
7373
}
7474

7575
/**

0 commit comments

Comments
 (0)