mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 07:37:55 +00:00
Objects which inherit or implement an `equals()` method should not be compared with == or != When the comparison of references is intentional `@SuppressWarnings("ReferenceEquality")` can be used Signed-off-by: Lachlan Roberts <lachlan@webtide.com>