fix bug import Behavior and BehaviorType in OracleDBPlugin.java
This commit is contained in:
parent
509fdb2bc5
commit
eda9f6c279
|
@ -9,8 +9,8 @@ import java.sql.Statement;
|
|||
import org.bench4q.agent.plugin.Constructor;
|
||||
import org.bench4q.agent.plugin.Parameter;
|
||||
import org.bench4q.agent.plugin.Plugin;
|
||||
import org.bench4q.agent.plugin.behavior.Behavior;
|
||||
import org.bench4q.agent.plugin.behavior.BehaviorType;
|
||||
import org.bench4q.agent.plugin.Behavior;
|
||||
import org.bench4q.agent.plugin.BehaviorType;
|
||||
import org.bench4q.agent.utils.Type.SupportTypes;
|
||||
|
||||
@Plugin("Oracle")
|
||||
|
|
Loading…
Reference in New Issue