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 | 58db582ea324ef99ea37ff196e242c51592b6356 (patch) | |
tree | 868481fbe7709a941ae9999e8ead5aedcac57c2d /src/de/blinkt/openvpn/VpnProfile.java | |
parent | bc279dfd2cffaf8278ee0750aa2c05af9e4091e0 (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 |