mirror of
https://github.com/LamGC/Oracle-Sentry.git
synced 2026-04-01 02:41:05 +00:00
refactor: 优化代码.
移除未使用 import, 移除废弃的注释代码.
This commit is contained in:
@ -1,8 +1,5 @@
|
||||
package net.lamgc.oracle.sentry.script;
|
||||
|
||||
import groovy.lang.Closure;
|
||||
import groovy.lang.DelegatesTo;
|
||||
|
||||
/**
|
||||
* @author LamGC
|
||||
*/
|
||||
|
||||
@ -1,17 +1,11 @@
|
||||
package net.lamgc.oracle.sentry.script.groovy;
|
||||
|
||||
import net.lamgc.oracle.sentry.ComputeInstanceManager;
|
||||
import net.lamgc.oracle.sentry.script.*;
|
||||
|
||||
import groovy.lang.Closure;
|
||||
import groovy.lang.DelegatesTo;
|
||||
import net.lamgc.oracle.sentry.script.groovy.trigger.*;
|
||||
import net.lamgc.oracle.sentry.script.tools.http.ScriptHttpClient;
|
||||
import org.codehaus.groovy.runtime.DefaultGroovyMethods;
|
||||
|
||||
import java.lang.reflect.Constructor;
|
||||
import java.lang.reflect.InvocationTargetException;
|
||||
|
||||
/**
|
||||
* Groovy DSL 脚本的父类.
|
||||
* @author LamGC
|
||||
|
||||
Reference in New Issue
Block a user