mirror of
https://github.com/LamGC/Oracle-Sentry.git
synced 2025-07-01 12:57:27 +00:00
refactor: 修正测试类未跟进更改的问题.
补充实现接口方法.
This commit is contained in:
@ -7,4 +7,9 @@ public abstract class BaseTestTrigger implements GroovyTrigger {
|
||||
public void run(Closure<?> task) {
|
||||
throw new UnsupportedOperationException("Unavailable trigger.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void shutdown() {
|
||||
// Do nothing.
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user