You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/01/22 17:39:43 UTC

svn commit: r1437036 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestampTest.java

Author: sebb
Date: Tue Jan 22 16:39:43 2013
New Revision: 1437036

URL: http://svn.apache.org/viewvc?rev=1437036&view=rev
Log:
Javadoc syntax

Modified:
    commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestampTest.java

Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestampTest.java
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestampTest.java?rev=1437036&r1=1437035&r2=1437036&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestampTest.java (original)
+++ commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestampTest.java Tue Jan 22 16:39:43 2013
@@ -463,7 +463,7 @@ public class X5455_ExtendedTimestampTest
      * to GMT when writing ZIPs while java.util.zip.ZipEntry thinks it
      * was in local time.
      *
-     * The archive read in {@see #testSampleFile} has been created
+     * The archive read in {@link #testSampleFile} has been created
      * with GMT-8 so we need to adjust for the difference.
      */
     private static Date adjustFromGMTToExpectedOffset(Date from) {