Merge pull request #4696 from colemanw/CRM-15669
[civicrm-core.git] / CRM / Pledge / Form / PledgeView.php
index 4e255599f67541f7a457db5c770ba292148662ce..84475ec12c9e0898c95cf7fddd237d85d6ffd5ac 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -43,7 +43,6 @@ class CRM_Pledge_Form_PledgeView extends CRM_Core_Form {
    * Set variables up before form is built
    *
    * @return void
-   * @access public
    */
   public function preProcess() {
 
@@ -135,7 +134,6 @@ class CRM_Pledge_Form_PledgeView extends CRM_Core_Form {
    * Build the form object
    *
    * @return void
-   * @access public
    */
   public function buildQuickForm() {
     $this->addButtons(array(
@@ -149,4 +147,3 @@ class CRM_Pledge_Form_PledgeView extends CRM_Core_Form {
     );
   }
 }
-