diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-06-21 11:03:29 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-06-21 11:03:29 +0200 |
commit | 22714a5fd15e3250ce0297045985a2267777c692 (patch) | |
tree | 3c0d2c5037443550f64cd4968371227db0a6b0b7 /src/de/blinkt/openvpn/VpnProfile.java | |
parent | 35fc78f5c1cfaf4f3a35a67b0e9f851bdbd8c40d (diff) |
Organize Imports
Diffstat (limited to 'src/de/blinkt/openvpn/VpnProfile.java')
-rw-r--r-- | src/de/blinkt/openvpn/VpnProfile.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/VpnProfile.java b/src/de/blinkt/openvpn/VpnProfile.java index 7ca75723..f482b173 100644 --- a/src/de/blinkt/openvpn/VpnProfile.java +++ b/src/de/blinkt/openvpn/VpnProfile.java @@ -28,7 +28,6 @@ import android.content.Intent; import android.content.pm.ApplicationInfo; import android.security.KeyChain; import android.security.KeyChainException; -import android.util.Log; public class VpnProfile implements Serializable{ // Parcable |