Skip to content

Commit a7767df

Browse files
authored
Update MapperProxy.java
1 parent 02308d3 commit a7767df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/ibatis/binding/MapperProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private MethodHandle getMethodHandleJava9(Method method)
9393
declaringClass);
9494
}
9595

96-
interface MapperMethodInvoker {
96+
public interface MapperMethodInvoker {
9797
Object invoke(Object proxy, Method method, Object[] args, SqlSession sqlSession) throws Throwable;
9898
}
9999

0 commit comments

Comments
 (0)