Skip to content

Commit

Permalink
Fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
aNNiMON committed Mar 22, 2019
1 parent 8d18ee2 commit 129606e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import com.annimon.stream.function.UnaryOperator;
import com.annimon.stream.iterator.LsaIterator;
import jdk.internal.jline.internal.Nullable;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

public class ObjIterate<T> extends LsaIterator<T> {

Expand Down

0 comments on commit 129606e

Please sign in to comment.