You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/02/13 01:49:23 UTC

svn commit: r506777 - /maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java

Author: carlos
Date: Mon Feb 12 16:49:22 2007
New Revision: 506777

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

Modified:
    maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java

Modified: maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java?view=diff&rev=506777&r1=506776&r2=506777
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java (original)
+++ maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java Mon Feb 12 16:49:22 2007
@@ -177,10 +177,10 @@
     private String executable;
 
     /**
-     * <p/>
+     * <p>
      * Sets the arguments to be passed to the compiler (prepending a dash) if fork is set to true.
      * </p>
-     * <p/>
+     * <p>
      * This is because the list of valid arguments passed to a Java compiler
      * varies based on the compiler version.
      * </p>
@@ -190,10 +190,10 @@
     private Map compilerArguments;
 
     /**
-     * <p/>
+     * <p>
      * Sets the unformatted argument string to be passed to the compiler if fork is set to true.
      * </p>
-     * <p/>
+     * <p>
      * This is because the list of valid arguments passed to a Java compiler
      * varies based on the compiler version.
      * </p>