Mercurial Hosting > luan
diff src/org/eclipse/jetty/server/Server.java @ 996:d9cfec64899c
simplify Connector
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 18 Oct 2016 21:22:53 -0600 |
parents | 0eba8f555c19 |
children | 7d28be82ab75 |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/server/Server.java Tue Oct 18 18:38:05 2016 -0600 +++ b/src/org/eclipse/jetty/server/Server.java Tue Oct 18 21:22:53 2016 -0600 @@ -161,11 +161,6 @@ threadPool.awaitTermination(Long.MAX_VALUE, TimeUnit.MILLISECONDS); } */ - @Override - public String toString() - { - return this.getClass().getName()+"@"+Integer.toHexString(hashCode()); - } @Override public void dump(Appendable out,String indent) throws IOException