mirror of
https://github.com/LamGC/Oracle-Sentry.git
synced 2025-04-29 14:17:34 +00:00
refactor: 修正测试类未跟进更改的问题.
补充实现接口方法.
This commit is contained in:
parent
13d90595b7
commit
b5c3af1c19
@ -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.
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user