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 2010/05/24 04:52:48 UTC

svn commit: r947525 - /click/trunk/click/framework/src/org/apache/click/service/CommonsFileUploadService.java

Author: sabob
Date: Mon May 24 02:52:47 2010
New Revision: 947525

URL: http://svn.apache.org/viewvc?rev=947525&view=rev
Log:
doco

Modified:
    click/trunk/click/framework/src/org/apache/click/service/CommonsFileUploadService.java

Modified: click/trunk/click/framework/src/org/apache/click/service/CommonsFileUploadService.java
URL: http://svn.apache.org/viewvc/click/trunk/click/framework/src/org/apache/click/service/CommonsFileUploadService.java?rev=947525&r1=947524&r2=947525&view=diff
==============================================================================
--- click/trunk/click/framework/src/org/apache/click/service/CommonsFileUploadService.java (original)
+++ click/trunk/click/framework/src/org/apache/click/service/CommonsFileUploadService.java Mon May 24 02:52:47 2010
@@ -117,8 +117,8 @@ public class CommonsFileUploadService im
         if (logWarning) {
             logService.warn("The java.io.tmpdir directory, '" + tmpdir
                 + "', does not exist. This can cause file uploading to fail"
-                + " as uploaded files are saved to directory specified by the"
-                + " 'java.io.tmpdir' property.");
+                + " as uploaded files are saved to the directory specified by"
+                + " the 'java.io.tmpdir' property.");
         }
 
         if (restrictedEnvironment) {