Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Related with gh-1951
  • Loading branch information
kazuki43zoo committed Jun 7, 2020
1 parent 57ed37b commit 638a00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/ibatis/session/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public void setVfsImpl(Class<? extends VFS> vfsImpl) {
}

/**
* GEt an applying type when omit a type on sql provider annotation(e.g. {@link org.apache.ibatis.annotations.SelectProvider}).
* Gets an applying type when omit a type on sql provider annotation(e.g. {@link org.apache.ibatis.annotations.SelectProvider}).
*
* @return the default type for sql provider annotation
* @since 3.5.6
Expand Down

0 comments on commit 638a00c

Please sign in to comment.