You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/12/07 14:07:22 UTC

svn commit: r1211421 - /maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarMojo.java

Author: dennisl
Date: Wed Dec  7 13:07:22 2011
New Revision: 1211421

URL: http://svn.apache.org/viewvc?rev=1211421&view=rev
Log:
Fix typos in Javadoc.

Modified:
    maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarMojo.java

Modified: maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarMojo.java?rev=1211421&r1=1211420&r2=1211421&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarMojo.java (original)
+++ maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarMojo.java Wed Dec  7 13:07:22 2011
@@ -76,7 +76,7 @@ public class WarMojo
     /**
      * The comma separated list of tokens to exclude from the WAR before
      * packaging. This option may be used to implement the skinny WAR use
-     * case. Note the you can use the Java Regular Expressions engine to 
+     * case. Note that you can use the Java Regular Expressions engine to
      * include and exclude specific pattern using the expression %regex[].
      * Hint: read the about (?!Pattern).
      *
@@ -88,7 +88,7 @@ public class WarMojo
     /**
      * The comma separated list of tokens to include in the WAR before
      * packaging. By default everything is included. This option may be used
-     * to implement the skinny WAR use case. Note the you can use the
+     * to implement the skinny WAR use case. Note that you can use the
      * Java Regular Expressions engine to include and exclude specific pattern
      * using the expression %regex[].
      *