We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93eeb24 commit 0d02206Copy full SHA for 0d02206
src/main/java/org/mybatis/spring/SqlSessionTemplate.java
@@ -15,7 +15,7 @@
15
*/
16
package org.mybatis.spring;
17
18
-import static org.springframework.util.Assert.*;
+import static org.springframework.util.Assert.notNull;
19
20
import java.lang.reflect.InvocationHandler;
21
import java.lang.reflect.Method;
0 commit comments