Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4F89FC92F for ; Wed, 19 Jun 2013 23:52:30 +0000 (UTC) Received: (qmail 97548 invoked by uid 500); 19 Jun 2013 23:52:30 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 97481 invoked by uid 500); 19 Jun 2013 23:52:30 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 97474 invoked by uid 99); 19 Jun 2013 23:52:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 23:52:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 23:52:28 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C93222388906; Wed, 19 Jun 2013 23:52:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1494809 - /commons/sandbox/commons-javadocfix-plugin/trunk/src/main/java/org/apache/commons/plugins/javadocfix/AbstractJavadocFixToolMojo.java Date: Wed, 19 Jun 2013 23:52:09 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130619235209.C93222388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Wed Jun 19 23:52:09 2013 New Revision: 1494809 URL: http://svn.apache.org/r1494809 Log: Javadoc Modified: commons/sandbox/commons-javadocfix-plugin/trunk/src/main/java/org/apache/commons/plugins/javadocfix/AbstractJavadocFixToolMojo.java Modified: commons/sandbox/commons-javadocfix-plugin/trunk/src/main/java/org/apache/commons/plugins/javadocfix/AbstractJavadocFixToolMojo.java URL: http://svn.apache.org/viewvc/commons/sandbox/commons-javadocfix-plugin/trunk/src/main/java/org/apache/commons/plugins/javadocfix/AbstractJavadocFixToolMojo.java?rev=1494809&r1=1494808&r2=1494809&view=diff ============================================================================== --- commons/sandbox/commons-javadocfix-plugin/trunk/src/main/java/org/apache/commons/plugins/javadocfix/AbstractJavadocFixToolMojo.java (original) +++ commons/sandbox/commons-javadocfix-plugin/trunk/src/main/java/org/apache/commons/plugins/javadocfix/AbstractJavadocFixToolMojo.java Wed Jun 19 23:52:09 2013 @@ -40,7 +40,7 @@ public abstract class AbstractJavadocFix private static final String DEFAULT_API_DIRS [] = {"target/site/apidocs", "target/site/testapidocs"}; /** - * List of directories to include, default none. + * List of directories to include. * These are relative to the project base directory. * If not specified, the default is * {"target/site/apidocs", "target/site/testapidocs"} @@ -50,7 +50,7 @@ public abstract class AbstractJavadocFix /** * List of directories to include, comma-separated (intended for command-line usage). - * Overrides includes and excludes; uses same syntax as for {@code } + * Overrides includes; uses the same syntax as for {@code } */ @Parameter (property="javadocfixfiles.directories") private String directories;