update - 为 OperationContext 设置函数的 default 修饰符

This commit is contained in:
wangli 2024-04-10 18:26:27 +08:00
parent f6a9f5d508
commit fa8e3fef08

View File

@ -12,8 +12,6 @@ public interface OperationContext {
default void setContext(OperationContext context) {
}
;
<T> T getContext();
}