netty5/codec-http2
Hyunjin Choi 6980e0de65 Change String comparison to equals() from == (#10022)
Motivation:

Even if it was stored in the string constant pool, I thought it was safe to compare it through the Equals() method.

Modification:

So, I changed "==" comparison to equals() comparison

Result:

It has become safer to compare String values with different references and with the same values.
2020-02-13 09:57:30 +01:00
..
src Change String comparison to equals() from == (#10022) 2020-02-13 09:57:30 +01:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00