Skip to content

Commit 537b980

Browse files
committed
Fix javadoc
Fixes gh-2011
1 parent 4767664 commit 537b980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public interface SqlSession extends Closeable {
5050
<T> T selectOne(String statement, Object parameter);
5151

5252
/**
53-
* Retrieve a list of mapped objects from the statement key and parameter.
53+
* Retrieve a list of mapped objects from the statement key.
5454
* @param <E> the returned list element type
5555
* @param statement Unique identifier matching the statement to use.
5656
* @return List of mapped object

0 commit comments

Comments
 (0)