2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-09-01 14:45:08 +00:00

Rename exception

This commit is contained in:
Nicolas Fella
2018-12-25 00:10:38 +01:00
parent e76c6d3ea3
commit 82767349cc

View File

@@ -183,7 +183,7 @@ class SimpleSftpServer {
} }
} }
} }
} catch (SocketException ex) { } catch (SocketException ignored) {
} }
return ip6; return ip6;
} }