Skip to content

Commit

Permalink
removed the old collections component
Browse files Browse the repository at this point in the history
  • Loading branch information
ivannis committed Jun 6, 2016
1 parent e46e661 commit 84fa1e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Bus.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

use Cubiche\Core\Bus\Exception\InvalidMiddlewareException;
use Cubiche\Core\Bus\Middlewares\MiddlewareInterface;
use Cubiche\Core\Collection\ArrayCollection\ArrayList;
use Cubiche\Core\Collection\ArrayCollection\SortedArrayHashMap;
use Cubiche\Core\Collections\ArrayCollection\ArrayList;
use Cubiche\Core\Collections\ArrayCollection\SortedArrayHashMap;
use Cubiche\Core\Comparable\Comparator;
use Cubiche\Core\Comparable\ReverseComparator;
use Cubiche\Core\Delegate\Delegate;
Expand Down
2 changes: 1 addition & 1 deletion Middlewares/Handler/Locator/InMemoryLocator.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Cubiche\Core\Bus\Middlewares\Handler\Locator;

use Cubiche\Core\Bus\Exception\NotFoundException;
use Cubiche\Core\Collection\ArrayCollection\ArrayHashMap;
use Cubiche\Core\Collections\ArrayCollection\ArrayHashMap;

/**
* InMemoryLocator class.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Cubiche\Core\Bus\MessageInterface;
use Cubiche\Core\Bus\Exception\NotFoundException;
use Cubiche\Core\Bus\Exception\InvalidResolverException;
use Cubiche\Core\Collection\ArrayCollection\ArrayList;
use Cubiche\Core\Collections\ArrayCollection\ArrayList;

/**
* ChainResolver class.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Cubiche\Core\Bus\MessageInterface;
use Cubiche\Core\Bus\Exception\NotFoundException;
use Cubiche\Core\Bus\Exception\InvalidResolverException;
use Cubiche\Core\Collection\ArrayCollection\ArrayList;
use Cubiche\Core\Collections\ArrayCollection\ArrayList;

/**
* ChainResolver class.
Expand Down

0 comments on commit 84fa1e0

Please sign in to comment.