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/18 15:58:34 UTC

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

Author: sabob
Date: Sat Jul 18 13:58:34 2009
New Revision: 795370

URL: http://svn.apache.org/viewvc?rev=795370&view=rev
Log:
java format

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=795370&r1=795369&r2=795370&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 Sat Jul 18 13:58:34 2009
@@ -2426,7 +2426,7 @@
             // SecurityManager if writes are allowed
             SecurityManager security = System.getSecurityManager();
             if (security != null) {
-        		    security.checkWrite("/click");
+                security.checkWrite("/click");
             }
             return true;
         } catch (Throwable e) {