mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-21 14:25:23 +00:00
method) to keep compatibility over micro versions of Jetty. Removed getState() - can't return a private class from a protected method, plus it was only used in a toString() with the wrong formatting string, that was already printing the state. Removed also final modifiers to keep compatibility.