Skip to content

Commit 1939f65

Browse files
committed
update
1 parent 3ffaba6 commit 1939f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddal-ddr/src/main/java/org/hellojavaer/ddal/ddr/expression/ShardRouteRuleExpressionContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public static Object removeVariable(String name) {
7777
return variables.get().remove(name);
7878
}
7979

80-
public static void reset() {
80+
public static void clearContext() {
8181
variables.get().clear();
8282
}
8383
}

0 commit comments

Comments
 (0)