Skip to content

Commit 2694337

Browse files
committed
Change @SInCE
1 parent 4c20603 commit 2694337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/ibatis/session/Configuration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,14 +429,14 @@ public void setDefaultFetchSize(Integer defaultFetchSize) {
429429
}
430430

431431
/**
432-
* @since 3.4.5
432+
* @since 3.5.0
433433
*/
434434
public ResultSetType getDefaultResultSetType() {
435435
return defaultResultSetType;
436436
}
437437

438438
/**
439-
* @since 3.4.5
439+
* @since 3.5.0
440440
*/
441441
public void setDefaultResultSetType(ResultSetType defaultResultSetType) {
442442
this.defaultResultSetType = defaultResultSetType;

0 commit comments

Comments
 (0)