Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tubbynl committed Oct 26, 2016
1 parent fd539fc commit 48a3450
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/main/java/nl/stil4m/mollie/concepts/Methods.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import java.io.IOException;
import java.net.URISyntaxException;
import java.util.List;
import java.util.Optional;

import static nl.stil4m.mollie.Util.validatePaymentId;
Expand Down
1 change: 0 additions & 1 deletion src/test/java/nl/stil4m/mollie/ClientIntegrationTest.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package nl.stil4m.mollie;

import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.common.collect.Sets;
import nl.stil4m.mollie.domain.CreatePayment;
import nl.stil4m.mollie.domain.CreatedPayment;
Expand Down
1 change: 0 additions & 1 deletion src/test/java/nl/stil4m/mollie/IssuesIntegrationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.fasterxml.jackson.databind.ObjectMapper;
import nl.stil4m.mollie.domain.CreatePayment;
import nl.stil4m.mollie.domain.CreatedPayment;
import nl.stil4m.mollie.domain.subpayments.ideal.CreateIdealPayment;
import nl.stil4m.mollie.domain.subpayments.ideal.IdealPaymentOptions;
import org.junit.Before;
Expand Down

0 comments on commit 48a3450

Please sign in to comment.