Author: julius Date: Mon Feb 11 20:37:04 2013 New Revision: 1444954 URL: http://svn.apache.org/r1444954 Log: fix typos
Modified: commons/proper/compress/trunk/src/site/xdoc/zip.xml Modified: commons/proper/compress/trunk/src/site/xdoc/zip.xml URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/site/xdoc/zip.xml?rev=1444954&r1=1444953&r2=1444954&view=diff ============================================================================== --- commons/proper/compress/trunk/src/site/xdoc/zip.xml (original) +++ commons/proper/compress/trunk/src/site/xdoc/zip.xml Mon Feb 11 20:37:04 2013 @@ -464,13 +464,13 @@ <subsection name="Symbolic Links" id="symlinks"> - <p>Starting with Compress 1.4 <code>ZipArchiveEntry</code> + <p>Starting with Compress 1.5 <code>ZipArchiveEntry</code> recognizes Unix Symbolic Link entries written by InfoZIP's zip.</p> <p>The <code>ZipFile</code> class contains a convenience method to read the link name of an entry. Basically all it - does is reading the contents of he entry and converting it to + does is read the contents of the entry and convert it to a string using the given file name encoding of the archive.</p>