Skip to content

Commit

Permalink
#116 package removed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 13, 2017
1 parent 769e354 commit 0a18948
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
package org.cactoos.map;
package org.cactoos.list;

import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import org.cactoos.func.StickyScalar;
import org.cactoos.func.UncheckedScalar;
import org.cactoos.list.ArrayAsIterable;

/**
* Iterable as {@link Map}.
Expand Down
32 changes: 0 additions & 32 deletions src/main/java/org/cactoos/map/package-info.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
package org.cactoos.map;
package org.cactoos.list;

import java.util.AbstractMap;
import org.hamcrest.MatcherAssert;
Expand Down
32 changes: 0 additions & 32 deletions src/test/java/org/cactoos/map/package-info.java

This file was deleted.

0 comments on commit 0a18948

Please sign in to comment.