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 5c22997 commit 9f8fa7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions EventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
*/
namespace Cubiche\Core\EventDispatcher;

use Cubiche\Core\Collection\ArrayCollection\ArrayHashMap;
use Cubiche\Core\Collection\ArrayCollection\ArrayList;
use Cubiche\Core\Collection\ArrayCollection\SortedArrayHashMap;
use Cubiche\Core\Collections\ArrayCollection\ArrayHashMap;
use Cubiche\Core\Collections\ArrayCollection\ArrayList;
use Cubiche\Core\Collections\ArrayCollection\SortedArrayHashMap;
use Cubiche\Core\Comparable\Comparator;
use Cubiche\Core\Comparable\ReverseComparator;

Expand Down
4 changes: 2 additions & 2 deletions EventDispatcherInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
*/
namespace Cubiche\Core\EventDispatcher;

use Cubiche\Core\Collection\ArrayCollection\ArrayHashMap;
use Cubiche\Core\Collection\ArrayCollection\SortedArrayHashMap;
use Cubiche\Core\Collections\ArrayCollection\ArrayHashMap;
use Cubiche\Core\Collections\ArrayCollection\SortedArrayHashMap;

/**
* EventDispatcher interface.
Expand Down

0 comments on commit 9f8fa7d

Please sign in to comment.