From bfe5210ee66946b6c3d7792d975d7b51bd2e75ac Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 5 Sep 2012 11:55:37 -0400 Subject: [PATCH] Fixed comments. --- module/VuFind/src/VuFind/Auth/PluginFactory.php | 4 ++-- module/VuFind/src/VuFind/Auth/PluginManager.php | 8 ++++---- module/VuFind/src/VuFind/Autocomplete/PluginFactory.php | 4 ++-- module/VuFind/src/VuFind/Autocomplete/PluginManager.php | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/module/VuFind/src/VuFind/Auth/PluginFactory.php b/module/VuFind/src/VuFind/Auth/PluginFactory.php index 818617d0d6d..6829ffa269a 100644 --- a/module/VuFind/src/VuFind/Auth/PluginFactory.php +++ b/module/VuFind/src/VuFind/Auth/PluginFactory.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Session_Handlers + * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/creating_a_session_handler Wiki @@ -31,7 +31,7 @@ namespace VuFind\Auth; * Auth handler plugin factory * * @category VuFind2 - * @package Session_Handlers + * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/creating_a_session_handler Wiki diff --git a/module/VuFind/src/VuFind/Auth/PluginManager.php b/module/VuFind/src/VuFind/Auth/PluginManager.php index e7f5e71c4d2..78c0144f02b 100644 --- a/module/VuFind/src/VuFind/Auth/PluginManager.php +++ b/module/VuFind/src/VuFind/Auth/PluginManager.php @@ -1,6 +1,6 @@ <?php /** - * Session handler plugin manager + * Auth handler plugin manager * * PHP version 5 * @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Session_Handlers + * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/creating_a_session_handler Wiki @@ -28,10 +28,10 @@ namespace VuFind\Auth; /** - * Session handler plugin manager + * Auth handler plugin manager * * @category VuFind2 - * @package Session_Handlers + * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/creating_a_session_handler Wiki diff --git a/module/VuFind/src/VuFind/Autocomplete/PluginFactory.php b/module/VuFind/src/VuFind/Autocomplete/PluginFactory.php index cb26dcfea95..5e3025670cc 100644 --- a/module/VuFind/src/VuFind/Autocomplete/PluginFactory.php +++ b/module/VuFind/src/VuFind/Autocomplete/PluginFactory.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Session_Handlers + * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/creating_a_session_handler Wiki @@ -31,7 +31,7 @@ namespace VuFind\Autocomplete; * Autocomplete handler plugin factory * * @category VuFind2 - * @package Session_Handlers + * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/creating_a_session_handler Wiki diff --git a/module/VuFind/src/VuFind/Autocomplete/PluginManager.php b/module/VuFind/src/VuFind/Autocomplete/PluginManager.php index b8054da88f1..24e60d4d9b8 100644 --- a/module/VuFind/src/VuFind/Autocomplete/PluginManager.php +++ b/module/VuFind/src/VuFind/Autocomplete/PluginManager.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Session_Handlers + * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/creating_a_session_handler Wiki @@ -32,7 +32,7 @@ use VuFind\Config\Reader as ConfigReader; * Autocomplete handler plugin manager * * @category VuFind2 - * @package Session_Handlers + * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/creating_a_session_handler Wiki -- GitLab