Skip to content

Commit

Permalink
Removed some unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyscollins committed May 29, 2015
1 parent 7b29366 commit 60817f1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/test/java/try4j/FailureTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import java.util.function.Function;

import static org.hamcrest.Matchers.*;

Expand Down
2 changes: 0 additions & 2 deletions src/test/java/try4j/SuccessTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import java.util.function.Function;

import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import sun.reflect.annotation.ExceptionProxy;
import try4j.function.ThrowingFunction;

import static org.hamcrest.Matchers.*;
Expand Down
3 changes: 0 additions & 3 deletions src/test/java/try4j/TryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@

import org.junit.Test;

import try4j.Failure;
import try4j.Success;
import try4j.Try;
import static org.hamcrest.Matchers.*;
import static org.junit.Assert.*;

Expand Down
3 changes: 0 additions & 3 deletions src/test/java/try4j/UsageTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@

import org.junit.Test;

import try4j.Success;
import try4j.Try;

public class UsageTest {
@Test
public void dropDivideByZero() {
Expand Down

0 comments on commit 60817f1

Please sign in to comment.