fix bug import Behavior and BehaviorType in OracleDBPlugin.java

This commit is contained in:
hmm 2014-09-22 16:47:45 +08:00
parent 509fdb2bc5
commit eda9f6c279
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ import java.sql.Statement;
import org.bench4q.agent.plugin.Constructor; import org.bench4q.agent.plugin.Constructor;
import org.bench4q.agent.plugin.Parameter; import org.bench4q.agent.plugin.Parameter;
import org.bench4q.agent.plugin.Plugin; import org.bench4q.agent.plugin.Plugin;
import org.bench4q.agent.plugin.behavior.Behavior; import org.bench4q.agent.plugin.Behavior;
import org.bench4q.agent.plugin.behavior.BehaviorType; import org.bench4q.agent.plugin.BehaviorType;
import org.bench4q.agent.utils.Type.SupportTypes; import org.bench4q.agent.utils.Type.SupportTypes;
@Plugin("Oracle") @Plugin("Oracle")