Skip to content

Commit 0d02206

Browse files
committed
organized imports
1 parent 93eeb24 commit 0d02206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mybatis/spring/SqlSessionTemplate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
package org.mybatis.spring;
1717

18-
import static org.springframework.util.Assert.*;
18+
import static org.springframework.util.Assert.notNull;
1919

2020
import java.lang.reflect.InvocationHandler;
2121
import java.lang.reflect.Method;

0 commit comments

Comments
 (0)