Author: ecki Date: Thu May 1 00:36:23 2014 New Revision: 1591517 URL: http://svn.apache.org/r1591517 Log: [VFS-520] Make javadoc compatible with javadoc tool from java 8.
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=1591517&r1=1591516&r2=1591517&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/changes/changes.xml (original) +++ commons/proper/vfs/trunk/src/changes/changes.xml Thu May 1 00:36:23 2014 @@ -26,6 +26,9 @@ <!-- <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-520" dev="ecki" type="update"> + Make JavaDoc compatible with Java 8 tool. + </action> <action issue="VFS-518" dev="ggregory" type="update" due-to="Roland Illig"> Documentation of FileSystemOptions should be more helpful. </action>