Merge pull request #4726 from atif-shaikh/CRM-5039
[civicrm-core.git] / CRM / Custom / Import / Field.php
index 6a505c7c257b4ba305173e54fd857866665a97a6..fda8ef2a9adc0c0f00f476db7499d0140671142d 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -24,5 +24,9 @@
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
 */
+
+/**
+ * Class CRM_Custom_Import_Field
+ */
 class CRM_Custom_Import_Field extends CRM_Contact_Import_Field{}