diff --git a/module/VuDL/src/VuDL/Connection/Manager.php b/module/VuDL/src/VuDL/Connection/Manager.php index 2a0266a5e5aa63715295f6724ffc0bad3042ec05..e88cd0976120fe3e03470142bc1ffc7374b2b402 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 0f17b2b2d02e2acaf76124b7d71a78526d87f98f..75f646c966635dee9ecf727b7d15def722aea987 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