From 5fc2c6f9948efe3e852075dc57fc8f0495b73d5a Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 9 Oct 2012 10:48:12 -0400 Subject: [PATCH] Removed unnecessary @access comments. --- module/VuFind/src/VuFind/Connection/Oracle.php | 2 -- module/VuFind/src/VuFind/Connection/Solr.php | 1 - module/VuFind/src/VuFind/Db/Row/Tags.php | 1 - module/VuFind/src/VuFind/Recommend/OpenLibrarySubjects.php | 1 - module/VuFind/src/VuFind/Theme/Root/Helper/Record.php | 1 - 5 files changed, 6 deletions(-) diff --git a/module/VuFind/src/VuFind/Connection/Oracle.php b/module/VuFind/src/VuFind/Connection/Oracle.php index ff8a555fc9f..1ef9926d307 100644 --- a/module/VuFind/src/VuFind/Connection/Oracle.php +++ b/module/VuFind/src/VuFind/Connection/Oracle.php @@ -470,7 +470,6 @@ class Oracle * Clear out internal error tracking details. * * @return void - * @access private */ protected function clearError() { @@ -488,7 +487,6 @@ class Oracle * @param string $sql SQL statement that caused error * * @return void - * @access private */ protected function handleError($type, $error, $sql = '') { diff --git a/module/VuFind/src/VuFind/Connection/Solr.php b/module/VuFind/src/VuFind/Connection/Solr.php index 9f9850513f4..e3b837a1b32 100644 --- a/module/VuFind/src/VuFind/Connection/Solr.php +++ b/module/VuFind/src/VuFind/Connection/Solr.php @@ -1692,7 +1692,6 @@ class Solr implements ServiceLocatorAwareInterface * response; meat of the response is in the ['terms'] element, which contains * an index named for the requested term, which in turn contains an associative * array of term => count in index. - * @access public */ public function getTerms($field, $start, $limit) { diff --git a/module/VuFind/src/VuFind/Db/Row/Tags.php b/module/VuFind/src/VuFind/Db/Row/Tags.php index 64788b72e6d..c2e6b43c150 100644 --- a/module/VuFind/src/VuFind/Db/Row/Tags.php +++ b/module/VuFind/src/VuFind/Db/Row/Tags.php @@ -59,7 +59,6 @@ class Tags extends ServiceLocatorAwareGateway * @param int $limit Limit for results (null for none) * * @return array - * @access public */ public function getResources($source = null, $sort = null, $offset = 0, $limit = null diff --git a/module/VuFind/src/VuFind/Recommend/OpenLibrarySubjects.php b/module/VuFind/src/VuFind/Recommend/OpenLibrarySubjects.php index 02765da8a31..42a92988456 100644 --- a/module/VuFind/src/VuFind/Recommend/OpenLibrarySubjects.php +++ b/module/VuFind/src/VuFind/Recommend/OpenLibrarySubjects.php @@ -156,7 +156,6 @@ class OpenLibrarySubjects implements RecommendInterface * request. * * @return string - * @access protected */ protected function getPublishedDates($field, $params, $request) { diff --git a/module/VuFind/src/VuFind/Theme/Root/Helper/Record.php b/module/VuFind/src/VuFind/Theme/Root/Helper/Record.php index 1d3a33b3f62..66d51e54905 100644 --- a/module/VuFind/src/VuFind/Theme/Root/Helper/Record.php +++ b/module/VuFind/src/VuFind/Theme/Root/Helper/Record.php @@ -140,7 +140,6 @@ class Record extends AbstractHelper * "EndNote", "MARC", "RDF". * * @return array Strings representing export formats. - * @access public */ public function getExportFormats() { -- GitLab