Skip to content

Commit a750364

Browse files
committed
chore: suppress warnings from SpotBugs and fix the build.
Correction for bc1288a commit.
1 parent bc1288a commit a750364

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/config/spotbugs-filter.xml

+8
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@
9494
</Or>
9595
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
9696
</Match>
97+
<Match>
98+
<Class name="ru.mystamps.web.feature.series.AddReleaseYearDbDto" />
99+
<Or>
100+
<Method name="getUpdatedAt" />
101+
<Method name="setUpdatedAt" />
102+
</Or>
103+
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
104+
</Match>
97105
<Match>
98106
<Class name="ru.mystamps.web.feature.series.PurchaseAndSaleDto" />
99107
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />

0 commit comments

Comments
 (0)