Merge pull request #4818 from pratikshad/CRM-15770
[civicrm-core.git] / CRM / Financial / Page / Batch.php
index dfab75551249516ff1c5531023c4408358c65799..aca100f9511bc2e77d6dd76167c198acd6c4b87e 100644 (file)
@@ -95,7 +95,6 @@ class CRM_Financial_Page_Batch extends CRM_Core_Page_Basic {
    * Browse all entities.
    *
    * @return void
-   * @access public
    */
   public function browse() {
     $status = CRM_Utils_Request::retrieve('status', 'Positive', CRM_Core_DAO::$_nullObject, FALSE, 1);
@@ -120,4 +119,3 @@ class CRM_Financial_Page_Batch extends CRM_Core_Page_Basic {
     $form->run();
   }
 }
-