Processor.java: check enum euqality with == instead of .equals() method

#690.
This commit is contained in:
Gary Gregory 2021-01-03 11:14:28 -05:00
parent 43b926eef8
commit 7f8897faba
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Dependabot">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #660.</action>
<action type="update" dev="kinow" due-to="Dependabot">Bump jmh.version from 1.21 to 1.27 #674.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Update commons.japicmp.version 0.14.3 -> 0.15.1.</action>
<action type="update" dev="ggregory" due-to="Ali K. Nouri">Processor.java: check enum euqality with == instead of .equals() method #690.</action>
</release>
<release version="3.11" date="2020-07-12" description="New features and bug fixes.">
<action type="update" dev="chtompki" due-to="Jin Xu">Refine test output for FastDateParserTest</action>