2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 21:55:10 +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;
}