Return-Path: X-Original-To: apmail-shindig-commits-archive@www.apache.org Delivered-To: apmail-shindig-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7FD8178CB for ; Mon, 18 Jul 2011 04:41:55 +0000 (UTC) Received: (qmail 51829 invoked by uid 500); 18 Jul 2011 04:41:47 -0000 Delivered-To: apmail-shindig-commits-archive@shindig.apache.org Received: (qmail 51642 invoked by uid 500); 18 Jul 2011 04:41:23 -0000 Mailing-List: contact commits-help@shindig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@shindig.apache.org Delivered-To: mailing list commits@shindig.apache.org Received: (qmail 51633 invoked by uid 99); 18 Jul 2011 04:41:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2011 04:41:14 +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; Mon, 18 Jul 2011 04:41:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D7B2C238896F; Mon, 18 Jul 2011 04:40:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1147740 - /shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/gadgets/features/FeatureRegistry.java Date: Mon, 18 Jul 2011 04:40:51 -0000 To: commits@shindig.apache.org From: hsaputra@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110718044051.D7B2C238896F@eris.apache.org> Author: hsaputra Date: Mon Jul 18 04:40:51 2011 New Revision: 1147740 URL: http://svn.apache.org/viewvc?rev=1147740&view=rev Log: Cleanup comment extra spaces. Modified: shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/gadgets/features/FeatureRegistry.java Modified: shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/gadgets/features/FeatureRegistry.java URL: http://svn.apache.org/viewvc/shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/gadgets/features/FeatureRegistry.java?rev=1147740&r1=1147739&r2=1147740&view=diff ============================================================================== --- shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/gadgets/features/FeatureRegistry.java (original) +++ shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/gadgets/features/FeatureRegistry.java Mon Jul 18 04:40:51 2011 @@ -130,7 +130,7 @@ public class FeatureRegistry { * That is, their dependencies must all be valid features as well, and the * dependency tree must not contain circular dependencies. * - * @param resourceList The files or directories to load the feature from. If feature.xml + * @param resourceList The files or directories to load the feature from. If feature.xml * is passed in directly, it will be loaded as a single feature. If a * directory is passed, any features in that directory (recursively) will * be loaded. If res://*.txt or res:*.txt is passed, we will look for named resources