Skip to content

Commit 035e07b

Browse files
committed
relocated license header
1 parent 77c1f50 commit 035e07b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/mybatis/spring/batch/domain/Employee.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package org.mybatis.spring.batch.domain;
2-
31
/*
42
* Copyright 2010-2012 The MyBatis Team.
53
*
@@ -15,6 +13,8 @@
1513
* See the License for the specific language governing permissions and
1614
* limitations under the License.
1715
*/
16+
package org.mybatis.spring.batch.domain;
17+
1818
public class Employee {
1919

2020
private int id;

0 commit comments

Comments
 (0)