Merge branch '2.0.x'
This commit is contained in:
@@ -188,7 +188,6 @@ public class LiveReloadServerTests {
|
||||
super.run();
|
||||
}
|
||||
catch (ConnectionClosedException ex) {
|
||||
ex.printStackTrace();
|
||||
synchronized (MonitoredLiveReloadServer.this.monitor) {
|
||||
MonitoredLiveReloadServer.this.closedExceptions.add(ex);
|
||||
}
|
||||
|
||||
@@ -162,7 +162,6 @@ public class SocketTargetServerConnectionTests {
|
||||
channel.close();
|
||||
}
|
||||
catch (Exception ex) {
|
||||
ex.printStackTrace();
|
||||
fail();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user