You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/07/26 20:11:33 UTC

svn commit: r797967 - /incubator/click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java

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.
      * <p/>
      * This method will return false in restricted environments where write
      * access to the underlying file system is disallowed. Examples where