summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/VPNProfileList.java
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-08-13 22:22:57 +0200
committerArne Schwabe <arne@rfc2549.org>2012-08-13 22:22:57 +0200
commit4dbad7ca28990e93f24e202c2e67c83d91a89215 (patch)
tree5804044f379c2a4a0ed22e03e27fee09d9ec79d0 /src/de/blinkt/openvpn/VPNProfileList.java
parent21336ff78de3f14c8129f23a7c0477973901576e (diff)
organize imports
Diffstat (limited to 'src/de/blinkt/openvpn/VPNProfileList.java')
-rw-r--r--src/de/blinkt/openvpn/VPNProfileList.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/de/blinkt/openvpn/VPNProfileList.java b/src/de/blinkt/openvpn/VPNProfileList.java
index 53c0707f..b21769af 100644
--- a/src/de/blinkt/openvpn/VPNProfileList.java
+++ b/src/de/blinkt/openvpn/VPNProfileList.java
@@ -1,13 +1,8 @@
package de.blinkt.openvpn;
import java.util.Collection;
-import java.util.Collections;
import java.util.Comparator;
-import java.util.LinkedList;
-import java.util.List;
-import java.util.SortedSet;
import java.util.TreeSet;
-import java.util.Vector;
import android.app.Activity;
import android.app.AlertDialog;