From 76c1631a708bcadaa34abcf2b9db82f894c408bc Mon Sep 17 00:00:00 2001 From: Samuel Vanhove Date: Wed, 29 Apr 2015 17:55:59 -0400 Subject: [PATCH] Checkstyle problem --- CRM/Core/CodeGen/Specification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/CodeGen/Specification.php b/CRM/Core/CodeGen/Specification.php index 6e707c1ede..c93debfeb6 100644 --- a/CRM/Core/CodeGen/Specification.php +++ b/CRM/Core/CodeGen/Specification.php @@ -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', -- 2.25.1