Skip to content

Commit

Permalink
imports fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sergkh committed May 21, 2018
1 parent ff9a087 commit 6284bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/fidesmo/ble/client/BleCard.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

import java.io.Closeable;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.UUID;
import java.util.concurrent.CopyOnWriteArrayList;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import static com.fidesmo.ble.client.Utils.*;

@TargetApi(Build.VERSION_CODES.LOLLIPOP)
public class BleCard implements IsoCard, Closeable {
Expand Down

0 comments on commit 6284bb9

Please sign in to comment.