mirror of
https://github.com/LamGC/Oracle-Sentry.git
synced 2025-07-01 04:47:27 +00:00
style: 移除无用导入和空行.
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
package net.lamgc.oracle.sentry.script.groovy.trigger;
|
||||
|
||||
import groovy.lang.DelegatesTo;
|
||||
|
||||
/**
|
||||
* @author LamGC
|
||||
*/
|
||||
@ -14,6 +12,4 @@ public interface GroovyTrigger {
|
||||
*/
|
||||
void run(Runnable task);
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user