Checkstyle problem
authorSamuel Vanhove <samuel@symbiotic.coop>
Wed, 29 Apr 2015 21:55:59 +0000 (17:55 -0400)
committerSamuel Vanhove <samuel@symbiotic.coop>
Wed, 29 Apr 2015 21:55:59 +0000 (17:55 -0400)
CRM/Core/CodeGen/Specification.php

index 6e707c1eded3ee25d656504e124147b57d87a874..c93debfeb680ec732a4e5fa6052a8a8e38cac250 100644 (file)
@@ -410,7 +410,7 @@ class CRM_Core_CodeGen_Specification {
         'labelColumn',
         // Non-translated machine name for programmatic lookup. Defaults to 'name' if that column exists
         'nameColumn',
-       // Where clause snippet (will be joined to the rest of the query with AND operator)
+        // Where clause snippet (will be joined to the rest of the query with AND operator)
         'condition',
         // callback funtion incase of static arrays
         'callback',