You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2009/11/05 18:57:26 UTC

[Commons Wiki] Trivial Update of "SimpleSftpFileDownload" by KenTanaka

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.

The "SimpleSftpFileDownload" page has been changed by KenTanaka.
http://wiki.apache.org/jakarta-commons/SimpleSftpFileDownload?action=diff&rev1=17&rev2=18

--------------------------------------------------

      public void release() {
          FileSystem fs = null;
  
-         fs = this.src.getFileSystem(); // This works even after the src is closed.
+         fs = this.src.getFileSystem(); // This works even if the src is closed.
          this.fsManager.closeFileSystem(fs);
      } // release()
  } // class App

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org