Commit 32e53bf0 authored by tristaZero's avatar tristaZero
Browse files

remove the position of sqlset.

parent d4e5eb2f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@
 * </p>
 */

package io.shardingsphere.dbtest.cases.authority;
package io.shardingsphere.dbtest.env.authority;

import io.shardingsphere.core.constant.DatabaseType;
import io.shardingsphere.dbtest.cases.authority.sql.SQLSet;
import io.shardingsphere.dbtest.cases.authority.sql.SQLType;
import io.shardingsphere.dbtest.env.authority.sql.SQLSet;
import io.shardingsphere.dbtest.env.authority.sql.SQLType;

import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
package io.shardingsphere.dbtest.env.authority;

import io.shardingsphere.core.constant.DatabaseType;
import io.shardingsphere.dbtest.cases.authority.Authority;
import lombok.extern.slf4j.Slf4j;

import javax.sql.DataSource;
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * </p>
 */

package io.shardingsphere.dbtest.cases.authority.sql;
package io.shardingsphere.dbtest.env.authority.sql;

/**
 * Authority SQL xml entry.
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * </p>
 */

package io.shardingsphere.dbtest.cases.authority.sql;
package io.shardingsphere.dbtest.env.authority.sql;

import io.shardingsphere.core.constant.DatabaseType;
import lombok.Getter;
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * </p>
 */

package io.shardingsphere.dbtest.cases.authority.sql;
package io.shardingsphere.dbtest.env.authority.sql;

import lombok.Getter;