changeset 24:497bd05771eb

Just a dot.
author Mikhail Kryshen <mikhail@kryshen.net>
date Tue, 03 Nov 2009 05:10:03 +0300
parents d5f928a0c600
children 620ec7263ee1
files src/kryshen/catalina/userconfig/UserConfig.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/kryshen/catalina/userconfig/UserConfig.java	Tue Nov 03 05:06:48 2009 +0300
+++ b/src/kryshen/catalina/userconfig/UserConfig.java	Tue Nov 03 05:10:03 2009 +0300
@@ -161,7 +161,7 @@
             }
         }
 
-        // Deploy new applications
+        // Deploy new applications.
         for (int i = 0; i < files.length; i++) {
             if (appsPerUser > 0 && appCount >= appsPerUser) {
                 break;