Skip to content

Commit 4348e09

Browse files
committed
trivial format
1 parent 3f43896 commit 4348e09

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/test/java/org/mybatis/spring/type/DummyTypeAlias.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("testAlias")
2524
public class DummyTypeAlias {
2625

0 commit comments

Comments
 (0)