You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/01/20 15:42:10 UTC

svn commit: r736028 - /maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-log-file/src/main/java/org/apache/maven/plugin/coreit/ResetMojo.java

Author: bentmann
Date: Tue Jan 20 06:42:10 2009
New Revision: 736028

URL: http://svn.apache.org/viewvc?rev=736028&view=rev
Log:
o Fixed javadoc

Modified:
    maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-log-file/src/main/java/org/apache/maven/plugin/coreit/ResetMojo.java

Modified: maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-log-file/src/main/java/org/apache/maven/plugin/coreit/ResetMojo.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-log-file/src/main/java/org/apache/maven/plugin/coreit/ResetMojo.java?rev=736028&r1=736027&r2=736028&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-log-file/src/main/java/org/apache/maven/plugin/coreit/ResetMojo.java (original)
+++ maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-log-file/src/main/java/org/apache/maven/plugin/coreit/ResetMojo.java Tue Jan 20 06:42:10 2009
@@ -22,7 +22,7 @@
 import org.apache.maven.plugin.MojoExecutionException;
 
 /**
- * Appends a string to the log file.
+ * Clears the contents of the log file by creating a new empty log file.
  * 
  * @goal reset
  * @phase initialize