From abc5bc6793911007cf466ebd6ab1b427a98d7dd7 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 28 Feb 2018 16:57:20 -0500 Subject: [PATCH] Fixed incorrect comment. --- .../src/VuFind/ChannelProvider/AbstractChannelProvider.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/VuFind/src/VuFind/ChannelProvider/AbstractChannelProvider.php b/module/VuFind/src/VuFind/ChannelProvider/AbstractChannelProvider.php index f637656416a..97d17f26a62 100644 --- a/module/VuFind/src/VuFind/ChannelProvider/AbstractChannelProvider.php +++ b/module/VuFind/src/VuFind/ChannelProvider/AbstractChannelProvider.php @@ -1,6 +1,6 @@ <?php /** - * Facet-driven channel provider. + * Abstract base class for channel providers. * * PHP version 5 * @@ -31,7 +31,7 @@ use VuFind\Cover\Router as CoverRouter; use VuFind\Search\Base\Params; /** - * Facet-driven channel provider. + * Abstract base class for channel providers. * * @category VuFind * @package Channels -- GitLab