Skip to content

Commit d779f93

Browse files
committed
AddCollectionDbDto: fix build by suppressing errors from FindBugs.
Correction for d1496a2 commit.
1 parent 92ff7df commit d779f93

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/config/findbugs-filter.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,14 @@
7676
</Or>
7777
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
7878
</Match>
79+
<Match>
80+
<!-- @todo #493 AddCollectionDbDto: port to a new datetime API -->
81+
<Class name="ru.mystamps.web.feature.collection.AddCollectionDbDto" />
82+
<Or>
83+
<Method name="getUpdatedAt" />
84+
<Method name="setUpdatedAt" />
85+
</Or>
86+
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
87+
</Match>
7988

8089
</FindBugsFilter>

0 commit comments

Comments
 (0)