MACR-1: javadoc

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1085765 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/maven/plugin/acr/AcrMojo.java b/src/main/java/org/apache/maven/plugin/acr/AcrMojo.java
index ab6fcba..3d1a0de 100644
--- a/src/main/java/org/apache/maven/plugin/acr/AcrMojo.java
+++ b/src/main/java/org/apache/maven/plugin/acr/AcrMojo.java
@@ -40,7 +40,7 @@
 import java.util.List;
 
 /**
- * Build a JEE Application Client jar file from the current project.
+ * Build a JavaEE Application Client jar file from the current project.
  *
  * @author <a href="pablo@anahata-it.com">Pablo Rodriguez</a>
  * @author <a href="snicoll@apache.org">Stephane Nicoll</a>
@@ -136,7 +136,7 @@
      * An expression preceded with this String won't be interpolated.
      * \${foo} will be replaced with ${foo}.
      *
-     * @parameter expression="${car.escapeString}"
+     * @parameter expression="${acr.escapeString}"
      */
     protected String escapeString;
 
@@ -168,13 +168,14 @@
     private MavenSession session;
 
     /**
-     * Generates the application client jar file
+     * Generates the application client jar file.
      *
-     * @todo Add license files in META-INF directory.
      */
     public void execute()
         throws MojoExecutionException
     {
+        //todo: Add license files in META-INF directory
+
         if ( getLog().isInfoEnabled() )
         {
             getLog().info( "Building JavaEE Application client: " + jarName );