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
{