Skip to content

Commit a2092ea

Browse files
committed
Move the new style example to the main package
1 parent c48a111 commit a2092ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/java/examples/simple/newstyle/SimpleTableMapperNewStyle.java renamed to src/test/java/examples/simple/SimpleTableMapperNewStyle.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 examples.simple.newstyle;
16+
package examples.simple;
1717

1818
import static examples.simple.legacy.SimpleTableDynamicSqlSupport.*;
1919
import static org.mybatis.dynamic.sql.SqlBuilder.*;

src/test/java/examples/simple/newstyle/SimpleTableMapperNewStyleTest.java renamed to src/test/java/examples/simple/SimpleTableMapperNewStyleTest.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 examples.simple.newstyle;
16+
package examples.simple;
1717

1818
import static examples.simple.legacy.SimpleTableDynamicSqlSupport.*;
1919
import static org.assertj.core.api.Assertions.assertThat;

0 commit comments

Comments
 (0)