Skip to content

Commit

Permalink
Compliance with qulice
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier B. OURA committed Jan 11, 2021
1 parent 1d98a8a commit fa33b7f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/cactoos/Fallback.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public interface Fallback<X> extends Func<Throwable, X> {
* is supported and {@link Integer#MIN_VALUE} otherwise
*/
int support(Throwable exception);

/**
* Fallback from exception.
*
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/cactoos/iterable/IterableOf.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
package org.cactoos.iterable;

import java.util.Iterator;

import org.cactoos.Fallback;
import org.cactoos.Scalar;
import org.cactoos.iterator.IteratorOf;
Expand Down
1 change: 0 additions & 1 deletion src/test/java/org/cactoos/func/FallbackFromTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

import java.io.IOException;
import java.util.IllegalFormatWidthException;

import org.cactoos.Fallback;
import org.hamcrest.core.IsEqual;
import org.junit.jupiter.api.Test;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import java.io.IOException;
import java.util.IllegalFormatException;
import java.util.IllegalFormatWidthException;

import org.cactoos.Fallback;
import org.cactoos.iterable.IterableOf;
import org.junit.Test;
Expand Down

0 comments on commit fa33b7f

Please sign in to comment.