Merge pull request #4818 from pratikshad/CRM-15770
[civicrm-core.git] / CRM / Pledge / Page / DashBoard.php
index 1343fb3d783efc895ac3b09ffc504ed5da7bca3f..6c6f313abfa2d51f78616c544cd9c766441b0fff 100644 (file)
@@ -43,7 +43,6 @@ class CRM_Pledge_Page_DashBoard extends CRM_Core_Page {
    * the contact and calls the appropriate type of page to view.
    *
    * @return void
-   * @access public
    *
    */
   public function preProcess() {
@@ -100,7 +99,6 @@ class CRM_Pledge_Page_DashBoard extends CRM_Core_Page {
    * it decides the which action has to be taken for the page.
    *
    * return null
-   * @access public
    */
   public function run() {
     $this->preProcess();
@@ -120,4 +118,3 @@ class CRM_Pledge_Page_DashBoard extends CRM_Core_Page {
     return parent::run();
   }
 }
-