Return-Path: Delivered-To: apmail-incubator-click-commits-archive@minotaur.apache.org Received: (qmail 31921 invoked from network); 26 Jul 2009 18:10:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jul 2009 18:10:53 -0000 Received: (qmail 37730 invoked by uid 500); 26 Jul 2009 18:11:58 -0000 Delivered-To: apmail-incubator-click-commits-archive@incubator.apache.org Received: (qmail 37715 invoked by uid 500); 26 Jul 2009 18:11:58 -0000 Mailing-List: contact click-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-commits@incubator.apache.org Received: (qmail 37705 invoked by uid 99); 26 Jul 2009 18:11:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jul 2009 18:11:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Sun, 26 Jul 2009 18:11:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 25A7B23888CF; Sun, 26 Jul 2009 18:11:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r797967 - /incubator/click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java Date: Sun, 26 Jul 2009 18:11:33 -0000 To: click-commits@incubator.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090726181134.25A7B23888CF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sabob Date: Sun Jul 26 18:11:33 2009 New Revision: 797967 URL: http://svn.apache.org/viewvc?rev=797967&view=rev Log: doco Modified: incubator/click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java Modified: incubator/click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java?rev=797967&r1=797966&r2=797967&view=diff ============================================================================== --- incubator/click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java (original) +++ incubator/click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java Sun Jul 26 18:11:33 2009 @@ -2405,7 +2405,8 @@ /** * Returns true if Click resources (JavaScript, CSS, images etc) packaged - * in jars can be deployed to the web application folder, false otherwise. + * in jars can be deployed to the root directory of the webapp, false + * otherwise. *

* This method will return false in restricted environments where write * access to the underlying file system is disallowed. Examples where