Common.js - whitespace fixes
[civicrm-core.git] / CRM / Queue / Service.php
index c22a4bc0ed99c73fc7b88b6690c9d03f62261395..ff48adb2f7d55ee260f3a6348ef117120a947bb6 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -138,7 +138,7 @@ class CRM_Queue_Service {
   }
 
   /**
-   * Convert a queue "type" name to a class name
+   * Convert a queue "type" name to a class name.
    *
    * @param string $type
    *   E.g. "interactive", "immediate", "stomp", "beanstalk".