Author: sebb Date: Tue Apr 14 15:38:08 2009 New Revision: 764834 URL: http://svn.apache.org/viewvc?rev=764834&view=rev Log: Fix Javadoc complaint
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=764834&r1=764833&r2=764834&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 Tue Apr 14 15:38:08 2009 @@ -132,15 +132,15 @@ * <p>This class uses mutable fields and is not considered to be * threadsafe.</p> * - * <p>Based on code from the jRPM project (http://jrpm.sourceforge.net). + * <p>Based on code from the jRPM project (http://jrpm.sourceforge.net).</p> * - * <p>The MAGIC numbers and other constants are defined in {...@link CpioConstants} - * @see "http://people.freebsd.org/~kientzle/libarchive/man/cpio.5.txt" + * <p>The MAGIC numbers and other constants are defined in {...@link CpioConstants}</p> * * <p> * N.B. does not handle the cpio "tar" format * </p> * @NotThreadSafe + * @see "http://people.freebsd.org/~kientzle/libarchive/man/cpio.5.txt" */ public class CpioArchiveEntry implements CpioConstants, ArchiveEntry {