INFRA-132 - Comment cleanup - remove @access tag
[civicrm-core.git] / CRM / Mailing / Config.php
index 5c267d24c2053b04225c36c10b34cd41b952d313..f517e5b3802e80330c45745b54187c4b8fb43725 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -90,4 +90,5 @@ class CRM_Mailing_Config extends CRM_Core_Component_Config {
    * @var int
    */
   public $mailThrottleTime = 0;
+
 }