Skip to content

Commit

Permalink
changed getter name
Browse files Browse the repository at this point in the history
  • Loading branch information
emacarron committed Nov 22, 2010
1 parent b01d0d8 commit fe5051c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mybatis/spring/SqlSessionTemplate.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public ExecutorType getExecutorType() {
return this.executorType;
}

public PersistenceExceptionTranslator getExceptionTranslator() {
public PersistenceExceptionTranslator getPersistenceExceptionTranslator() {
return this.exceptionTranslator;
}

Expand Down

0 comments on commit fe5051c

Please sign in to comment.