Skip to content

Commit e900a53

Browse files
committed
Fix JavaDoc in the DefaultSftpSessionFactory
1 parent ef5db30 commit e900a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-sftp/src/main/java/org/springframework/integration/sftp/session/DefaultSftpSessionFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public void setAllowUnknownKeys(boolean allowUnknownKeys) {
259259
* the default connection timeout. Defaults to <code>0</code>, which means,
260260
* that no timeout will occur.
261261
* @param timeout The timeout.
262-
* @see org.apache.sshd.client.future.ConnectFuture#verify(long)
262+
* @see org.apache.sshd.client.future.ConnectFuture#verify(Duration, org.apache.sshd.common.future.CancelOption...)
263263
*/
264264
public void setTimeout(Integer timeout) {
265265
this.timeout = timeout;

0 commit comments

Comments
 (0)