Author: sebb
Date: Thu Mar 26 15:38:47 2009
New Revision: 758691
URL: http://svn.apache.org/viewvc?rev=758691&view=rev
Log:
Documentation correction
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.java
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.java
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.java?rev=758691&r1=758690&r2=758691&view=diff
==============================================================================
---
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.java
(original)
+++
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.java
Thu Mar 26 15:38:47 2009
@@ -30,9 +30,9 @@
* <li>"070702" ASCII for new portable format with CRC format</li>
* <li>"070707" ASCII for old ascii (also known as Portable ASCII, odc or old
* character format</li>
- * <li>"070707" ASCII for old binary</li>
+ * <li>070707 binary for old binary</li>
* </ul>
- *
+ *
* <p>The old binary format is limited to 16 bits for user id, group
* id, device, and inode numbers. It is limited to 4 gigabyte file
* sizes.
@@ -127,6 +127,7 @@
*
* <p>Based on code from the jRPM project (http://jrpm.sourceforge.net).
*
+ * <p>The MAGIC numbers and other constants are defined in {...@link
CpioConstants}
* @see "http://people.freebsd.org/~kientzle/libarchive/man/cpio.5.txt"
*/
public class CpioArchiveEntry implements CpioConstants, ArchiveEntry {