Skip to content

Commit 3d23872

Browse files
committed
[DO NOT MERGE] make spotbugs-maven-plugin fail.
1 parent 04c19d3 commit 3d23872

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/config/spotbugs-filter.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,6 @@
147147
<Class name="ru.mystamps.web.feature.series.DownloadResult" />
148148
<Bug pattern="EI_EXPOSE_REP" />
149149
</Match>
150-
<Match>
151-
<!--
152-
It's ok, that we're don't override parent's equals() method.
153-
-->
154-
<Class name="ru.mystamps.web.support.spring.security.CustomUserDetails" />
155-
<Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS" />
156-
</Match>
157150
<Match>
158151
<!--
159152
I don't care about a serialVersionUID field.

0 commit comments

Comments
 (0)