Skip to content

Commit fe5051c

Browse files
committed
changed getter name
1 parent b01d0d8 commit fe5051c

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
@@ -140,7 +140,7 @@ public ExecutorType getExecutorType() {
140140
return this.executorType;
141141
}
142142

143-
public PersistenceExceptionTranslator getExceptionTranslator() {
143+
public PersistenceExceptionTranslator getPersistenceExceptionTranslator() {
144144
return this.exceptionTranslator;
145145
}
146146

0 commit comments

Comments
 (0)