Skip to content

Commit

Permalink
Project restructured for more modularization
Browse files Browse the repository at this point in the history
  • Loading branch information
igorakkerman committed Mar 26, 2015
1 parent 776b63d commit 34be4f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.jlib.basefunctions.Equals;

import org.checkerframework.checker.nullness.qual.Nullable;
import static org.jlib.core.iterator.IterableUtility.provideEqualItems;
import static org.jlib.iterator.IterableUtility.provideEqualItems;

public final class IterativeEquals<Item>
implements Equals<Iterable<Item>> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

package org.jlib.container.storage;

import org.jlib.core.exception.UnexpectedStateException;
import org.jlib.exception.UnexpectedStateException;

import static org.jlib.core.message.MessageUtility.mfmessage;
import static org.jlib.message.MessageUtility.mfmessage;

public abstract class AbstractLinearIndexStorage<Item>
implements LinearIndexStorage<Item> {
Expand Down

0 comments on commit 34be4f6

Please sign in to comment.