Index: trunk/test/unit/AppConfigServiceTests.groovy
===================================================================
--- trunk/test/unit/AppConfigServiceTests.groovy	(revision 299)
+++ trunk/test/unit/AppConfigServiceTests.groovy	(revision 505)
@@ -6,5 +6,6 @@
 class AppConfigServiceTests extends GrailsUnitTestCase {
 
-    def appConfigService // not automatically injected, assignment is bellow.
+    // Not automatically injected, assignment is bellow.
+    def appConfigService
 
     // Some test data.
@@ -24,6 +25,8 @@
         mockForConstraintsTests(AppConfig)
 
-        // Mock logging with debug enabled/disabled, then get an instance of the service.
+        // Mock logging with debug enabled/disabled.
         mockLogging(AppConfigService, true)
+
+        // Get an instance of the service.
         appConfigService = new AppConfigService()
     }
