@@ -20,10 +20,8 @@ |
||
20 | 20 | namespace Doctrine\Common\Cache; |
21 | 21 | |
22 | 22 | use Basho\Riak; |
23 | -use Basho\Riak\Bucket; |
|
24 | 23 | use Basho\Riak\Command; |
25 | 24 | use Basho\Riak\Exception as RiakException; |
26 | -use Basho\Riak\Location; |
|
27 | 25 | use Basho\Riak\Object; |
28 | 26 | |
29 | 27 | /** |
@@ -4,10 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use Basho\Riak; |
6 | 6 | use Basho\Riak\Api\Http1; |
7 | -use Basho\Riak\Bucket; |
|
8 | 7 | use Basho\Riak\Command; |
9 | 8 | use Basho\Riak\Exception as RiakException; |
10 | -use Basho\Riak\Location; |
|
11 | 9 | use Basho\Riak\Node; |
12 | 10 | use Doctrine\Common\Cache\RiakCache; |
13 | 11 |