Author: ecki Date: Wed Sep 23 19:36:00 2015 New Revision: 1704923 URL: http://svn.apache.org/viewvc?rev=1704923&view=rev Log: [VFS-572] better javadoc.
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=1704923&r1=1704922&r2=1704923&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/changes/changes.xml (original) +++ commons/proper/vfs/trunk/src/changes/changes.xml Wed Sep 23 19:36:00 2015 @@ -26,7 +26,10 @@ <!-- <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-577" dev="ecki" type="fix"> + <action issue="VFS-572" dev="ecki" type="fix" due-to="Sandra Parsick"> + [sftp] better documentation for knownhosts file option. + </action> + <action issue="VFS-574" dev="ecki" type="fix"> Ensure FileOpertionProviders are closed. Adds some testcases. The error code for missing operations exceptions corrected: vfs.operation/operation-not-supported.error </action>