summaryrefslogtreecommitdiff
path: root/src
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
commit9471bec3505d3b76c2e7a1b8a6c31458d265cba5 (patch)
treeac5d62e96cb3ec75c151bc69b62a179ba48268fb /src
parent676f354bcfad2d93d984aa4a94124cfac5884984 (diff)
organize imports
Diffstat (limited to 'src')
-rw-r--r--src/de/blinkt/openvpn/VPNProfileList.java5
-rw-r--r--src/de/blinkt/openvpn/VpnProfile.java1
2 files changed, 0 insertions, 6 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;
diff --git a/src/de/blinkt/openvpn/VpnProfile.java b/src/de/blinkt/openvpn/VpnProfile.java
index 27ad783f..3255c0b4 100644
--- a/src/de/blinkt/openvpn/VpnProfile.java
+++ b/src/de/blinkt/openvpn/VpnProfile.java
@@ -24,7 +24,6 @@ import org.spongycastle.util.io.pem.PemWriter;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
-import android.content.SharedPreferences.Editor;
import android.content.pm.ApplicationInfo;
import android.preference.PreferenceManager;
import android.security.KeyChain;