Reduce number of createClient() calls
-------------------------------------

                 Key: VFS-101
                 URL: http://issues.apache.org/jira/browse/VFS-101
             Project: Commons VFS
          Issue Type: Bug
    Affects Versions: later
            Reporter: Sergey Vladimirov
            Priority: Minor


FTPClientWrapper:

    public boolean isConnected() throws FileSystemException
    {
        return ftpClient != null && getFtpClient().isConnected();
    }


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to