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/11 02:46:41 UTC

svn commit: r1431792 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStreamTest.java

Author: sebb
Date: Fri Jan 11 01:46:41 2013
New Revision: 1431792

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

Modified:
    commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStreamTest.java

Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStreamTest.java
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStreamTest.java?rev=1431792&r1=1431791&r2=1431792&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStreamTest.java (original)
+++ commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStreamTest.java Fri Jan 11 01:46:41 2013
@@ -338,14 +338,14 @@ public class TarArchiveOutputStreamTest 
     }
 
     /**
-     * @see https://issues.apache.org/jira/browse/COMPRESS-200
+     * @see "https://issues.apache.org/jira/browse/COMPRESS-200"
      */
     public void testRoundtripWith67CharFileNameGnu() throws Exception {
         testRoundtripWith67CharFileName(TarArchiveOutputStream.LONGFILE_GNU);
     }
 
     /**
-     * @see https://issues.apache.org/jira/browse/COMPRESS-200
+     * @see "https://issues.apache.org/jira/browse/COMPRESS-200"
      */
     public void testRoundtripWith67CharFileNamePosix() throws Exception {
         testRoundtripWith67CharFileName(TarArchiveOutputStream.LONGFILE_POSIX);
@@ -373,14 +373,14 @@ public class TarArchiveOutputStreamTest 
     }
 
     /**
-     * @see https://issues.apache.org/jira/browse/COMPRESS-203
+     * @see "https://issues.apache.org/jira/browse/COMPRESS-203"
      */
     public void testWriteLongDirectoryNameGnuMode() throws Exception {
         testWriteLongDirectoryName(TarArchiveOutputStream.LONGFILE_GNU);
     }
 
     /**
-     * @see https://issues.apache.org/jira/browse/COMPRESS-203
+     * @see "https://issues.apache.org/jira/browse/COMPRESS-203"
      */
     public void testWriteLongDirectoryNamePosixMode() throws Exception {
         testWriteLongDirectoryName(TarArchiveOutputStream.LONGFILE_POSIX);
@@ -407,7 +407,7 @@ public class TarArchiveOutputStreamTest 
     }
 
     /**
-     * @see https://issues.apache.org/jira/browse/COMPRESS-203
+     * @see "https://issues.apache.org/jira/browse/COMPRESS-203"
      */
     public void testWriteNonAsciiDirectoryNamePosixMode() throws Exception {
         String n = "f\u00f6\u00f6/";