Skip to content

Commit fd688e9

Browse files
committed
Consistent package name
1 parent a93bbf9 commit fd688e9

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/test/java/issue/gh105/Issue105Test.java renamed to src/test/java/issues/gh105/Issue105Test.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package issue.gh105;
16+
package issues.gh105;
1717

18+
import static issues.gh105.PersonDynamicSqlSupport.*;
1819
import static org.assertj.core.api.Assertions.assertThat;
1920
import static org.mybatis.dynamic.sql.SqlBuilder.*;
2021

2122
import java.util.Objects;
2223

23-
import static issue.gh105.PersonDynamicSqlSupport.*;
24-
2524
import org.junit.jupiter.api.Test;
2625
import org.mybatis.dynamic.sql.render.RenderingStrategy;
2726
import org.mybatis.dynamic.sql.select.render.SelectStatementProvider;

src/test/java/issue/gh105/PersonDynamicSqlSupport.java renamed to src/test/java/issues/gh105/PersonDynamicSqlSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package issue.gh105;
16+
package issues.gh105;
1717

1818
import org.mybatis.dynamic.sql.SqlColumn;
1919
import org.mybatis.dynamic.sql.SqlTable;

src/test/java/issue/gh105/SearchUtils.java renamed to src/test/java/issues/gh105/SearchUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package issue.gh105;
16+
package issues.gh105;
1717

1818
public class SearchUtils {
1919
public static String addWildcards(String s) {

0 commit comments

Comments
 (0)