Skip to content

Commit 43649ac

Browse files
committed
Add Checstyle EqualsHashCode
1 parent d1b1f9c commit 43649ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/conf/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ limitations under the License.
4848
<module name="EmptyBlock">
4949
<property name="option" value="text" />
5050
</module>
51+
<module name="EqualsHashCode" />
5152
<module name="ExplicitInitializationCheck" />
5253
<module name="FinalLocalVariable" />
5354
<module name="FinalParameters" />

0 commit comments

Comments
 (0)