Revision: 5304 http://jnode.svn.sourceforge.net/jnode/?rev=5304&view=rev Author: fduminy Date: 2009-04-18 14:47:21 +0000 (Sat, 18 Apr 2009)
Log Message: ----------- checkstyle fix Modified Paths: -------------- trunk/core/src/template/org/jnode/security/JNodeSecurityManagerSettings.java Modified: trunk/core/src/template/org/jnode/security/JNodeSecurityManagerSettings.java =================================================================== --- trunk/core/src/template/org/jnode/security/JNodeSecurityManagerSettings.java 2009-04-18 07:37:39 UTC (rev 5303) +++ trunk/core/src/template/org/jnode/security/JNodeSecurityManagerSettings.java 2009-04-18 14:47:21 UTC (rev 5304) @@ -12,7 +12,7 @@ if (ENABLED) { enabled = Boolean.valueOf("@jnode.security.enabled@"); } - if (enabled){ + if (enabled) { sm.defaultCheckPermission(perm); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Jnode-svn-commits mailing list Jnode-svn-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits