updated javadoc, removed invalid links

This commit is contained in:
Mark Fisher
2010-11-22 17:07:11 -05:00
parent 1d3f4b2987
commit c744a5212a

View File

@@ -26,9 +26,9 @@ import org.springframework.beans.factory.DisposableBean;
import org.springframework.util.Assert;
/**
* This approach - of having a SessionPool ({@link SftpSessionPool}) that has an
* implementation of a queued SessionPool ({@link CachingSessionFactory}) - was
* taken almost directly from the Spring Integration FTP adapter.
* A {@link SessionFactory} implementation that caches Sessions for reuse without
* requiring reconnection each time the Session is retrieved from the factory.
* This implementation wraps and delegates to a target SessionFactory instance.
*
* @author Josh Long
* @author Oleg Zhurakousky