Skip to content

Commit 86f2e05

Browse files
committed
trivial format
1 parent 4348e09 commit 86f2e05

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

src/test/java/org/mybatis/spring/type/DummyTypeAlias2.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package org.mybatis.spring.type;
1817

1918
import org.apache.ibatis.type.Alias;
2019

2120
/**
22-
* @version $Id$
23-
*/
21+
* @version $Id$
22+
*/
2423
@Alias("testAlias2")
2524
public class DummyTypeAlias2 {
2625

src/test/java/org/mybatis/spring/type/DummyTypeHandler.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package org.mybatis.spring.type;
1817

1918
import java.math.BigInteger;
@@ -27,8 +26,8 @@
2726
import org.apache.ibatis.type.TypeHandler;
2827

2928
/**
30-
* @version $Id$
31-
*/
29+
* @version $Id$
30+
*/
3231
@MappedTypes(BigInteger.class)
3332
public class DummyTypeHandler implements TypeHandler<Object> {
3433

src/test/java/org/mybatis/spring/type/DummyTypeHandler2.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package org.mybatis.spring.type;
1817

1918
import java.math.BigDecimal;
@@ -27,8 +26,8 @@
2726
import org.apache.ibatis.type.TypeHandler;
2827

2928
/**
30-
* @version $Id$
31-
*/
29+
* @version $Id$
30+
*/
3231
@MappedTypes(BigDecimal.class)
3332
public class DummyTypeHandler2 implements TypeHandler<Object> {
3433

0 commit comments

Comments
 (0)