diff --git a/examples/src/TcpExamples/TcpExample2ConnectionCounting.java b/examples/src/TcpExamples/TcpExample2ConnectionCounting.java index 330d8cee4d0936192f1e3dfedb6875b8228122b2..81e74b351f643a5cc3de73076f65ac2806959d34 100644 --- a/examples/src/TcpExamples/TcpExample2ConnectionCounting.java +++ b/examples/src/TcpExamples/TcpExample2ConnectionCounting.java @@ -79,7 +79,7 @@ public class TcpExample2ConnectionCounting // a while after the client has stopped needing this // connection. Close() explicitly ends the connection. ps.flush(); - } // got another one! + } } } catch(IOException e)