1
0
mirror of https://github.com/moparisthebest/SSLDroid synced 2024-11-15 21:45:06 -05:00

SSLDroidTunnelDetails: remove unnecessary except clause

Signed-off-by: Balint Kovacs <blint@balabit.hu>
This commit is contained in:
Balint Kovacs 2014-12-19 11:27:00 +01:00
parent c97ab2bb80
commit 60646b523c

View File

@ -55,8 +55,6 @@ public class Relay extends Thread {
Log.d("SSLDroid", this.tcpProxyServerThread.tunnelName+"/"+sessionid+": "+e.toString());
} catch (IOException e) {
Log.d("SSLDroid", this.tcpProxyServerThread.tunnelName+"/"+sessionid+": "+e.toString());
} catch (InterruptedException e) {
Log.d("SSLDroid", this.tcpProxyServerThread.tunnelName+"/"+sessionid+": "+e.toString());
} finally {
try {
in.close();