Skip to content

Commit 96c5944

Browse files
committed
Fix javadoc error
1 parent fa33822 commit 96c5944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/ibatis/datasource/unpooled/UnpooledDataSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public Integer getDefaultNetworkTimeout() {
194194
/**
195195
* Sets the default network timeout value to wait for the database operation to complete. See {@link Connection#setNetworkTimeout(java.util.concurrent.Executor, int)}
196196
*
197-
* @param milliseconds
197+
* @param defaultNetworkTimeout
198198
* The time in milliseconds to wait for the database operation to complete.
199199
* @since 3.5.2
200200
*/

0 commit comments

Comments
 (0)