Mercurial Hosting > luan
diff src/org/eclipse/jetty/server/handler/ContextHandler.java @ 884:cb78ee27b0e0
remove Server.getVersion()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 04 Oct 2016 16:30:02 -0600 |
parents | 22a4e93ed20e |
children | cab5830e1ab0 |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/server/handler/ContextHandler.java Tue Oct 04 16:19:54 2016 -0600 +++ b/src/org/eclipse/jetty/server/handler/ContextHandler.java Tue Oct 04 16:30:02 2016 -0600 @@ -1924,7 +1924,7 @@ @Override public String getServerInfo() { - return "jetty/" + Server.getVersion(); + return "jetty/" + Server.version; } /* ------------------------------------------------------------ */