6980e0de65
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. |
||
---|---|---|
.. | ||
src | ||
pom.xml |