From 6a460178e1efd9f34e1b3fa0bb700eb3b3e770b6 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 6 Feb 2015 10:54:51 -0500 Subject: [PATCH] Removed unnecessary use statements. --- module/VuDL/src/VuDL/Connection/Manager.php | 2 -- module/VuDL/src/VuDL/Connection/Solr.php | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/module/VuDL/src/VuDL/Connection/Manager.php b/module/VuDL/src/VuDL/Connection/Manager.php index 2a0266a5e5a..e88cd097612 100644 --- a/module/VuDL/src/VuDL/Connection/Manager.php +++ b/module/VuDL/src/VuDL/Connection/Manager.php @@ -26,8 +26,6 @@ * @link http://vufind.org/wiki/ */ namespace VuDL\Connection; -use VuFindHttp\HttpServiceInterface, - VuFindSearch\ParamBag; /** * VuDL connection manager diff --git a/module/VuDL/src/VuDL/Connection/Solr.php b/module/VuDL/src/VuDL/Connection/Solr.php index 0f17b2b2d02..75f646c9666 100644 --- a/module/VuDL/src/VuDL/Connection/Solr.php +++ b/module/VuDL/src/VuDL/Connection/Solr.php @@ -26,8 +26,7 @@ * @link http://vufind.org/wiki/ */ namespace VuDL\Connection; -use VuFindHttp\HttpServiceInterface, - VuFindSearch\ParamBag; +use VuFindSearch\ParamBag; /** * VuDL-Fedora connection class -- GitLab