This commit is contained in:
Stephane Nicoll
2019-12-26 10:42:40 +01:00
parent 1e38dd5531
commit 2c1e81adf0
24 changed files with 65 additions and 78 deletions

View File

@@ -283,7 +283,7 @@ public class LiveReloadServer {
}
}
private void runConnection(Connection connection) throws IOException, Exception {
private void runConnection(Connection connection) throws Exception {
try {
addConnection(connection);
connection.run();