Author: pgier
Date: Sat Oct 20 15:42:04 2012
New Revision: 1400475

URL: http://svn.apache.org/viewvc?rev=1400475&view=rev
Log:
Fix javadoc typo

Modified:
    
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/PurgeLocalRepositoryMojo.java

Modified: 
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/PurgeLocalRepositoryMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/PurgeLocalRepositoryMojo.java?rev=1400475&r1=1400474&r2=1400475&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/PurgeLocalRepositoryMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/PurgeLocalRepositoryMojo.java
 Sat Oct 20 15:42:04 2012
@@ -88,7 +88,7 @@ public class PurgeLocalRepositoryMojo
      * dependency tree.  If this parameter is used, only the included 
artifacts will
      * be purged.
      * 
-     * The includes parameter should not be used in combination with the
+     * The manualIncludes parameter should not be used in combination with the
      * includes/excludes parameters.
      * 
      * @since 2.6


Reply via email to