o Fixed typo

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@803107 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-08-11 13:13:48 +00:00
parent 217c82d26d
commit 1267d975bd
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public class MojoDescriptor
/** By default, the Mojo needs a Maven project to be executed */
private boolean projectRequired = true;
/** By default, the Mojo is online */
/** By default, the Mojo is assumed to work offline as well */
private boolean onlineRequired = false;
/** Plugin configuration */