Author: ggregory Date: Wed Nov 14 20:17:03 2012 New Revision: 1409370 URL: http://svn.apache.org/viewvc?rev=1409370&view=rev Log: Revert to making getLocalFile() protected.
Modified: commons/proper/vfs/trunk/src/changes/changes.xml Modified: commons/proper/vfs/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1409370&r1=1409369&r2=1409370&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/changes/changes.xml (original) +++ commons/proper/vfs/trunk/src/changes/changes.xml Wed Nov 14 20:17:03 2012 @@ -23,9 +23,9 @@ <body> <release version="2.1" date="TBD" description="New features and bug fix release."> - <action issue="VFS-443" dev="ggregory" type="update" due-to="nickallen"> - [Local] Need an easy way to convert from a FileObject to a File. - </action> +<!-- <action issue="VFS-443" dev="ggregory" type="update" due-to="nickallen"> --> +<!-- [Local] Need an easy way to convert from a FileObject to a File. --> +<!-- </action> --> <action issue="VFS-440" dev="ggregory" type="add" due-to="bpiwowar"> [SFTP] Stream (e.g. netcat) proxy for Sftp file system (aka ProxyCommand). </action>