You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by an...@apache.org on 2012/10/24 10:21:53 UTC

svn commit: r1401582 - /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5338FileOptionToDirectory.java

Author: andham
Date: Wed Oct 24 08:21:52 2012
New Revision: 1401582

URL: http://svn.apache.org/viewvc?rev=1401582&view=rev
Log:
Removed incorrect javadoc.

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5338FileOptionToDirectory.java

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5338FileOptionToDirectory.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5338FileOptionToDirectory.java?rev=1401582&r1=1401581&r2=1401582&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5338FileOptionToDirectory.java (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5338FileOptionToDirectory.java Wed Oct 24 08:21:52 2012
@@ -55,9 +55,6 @@ public class MavenITmng5338FileOptionToD
         super.tearDown();
     }
 
-    /**
-     * Verify that the repositories are used in the reversed order of definition in settings.xml.
-     */
     public void testFileOptionToADirectory()
         throws Exception
     {