Skip to content

Commit

Permalink
feat: fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed May 15, 2024
1 parent 6ec973b commit 3029425
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/spotbugs/exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@
<Class name="me.ahoo.cosid.cosid.RadixCosIdGenerator"/>
<Bug pattern="CT_CONSTRUCTOR_THROW"/>
</Match>
<Match>
<Class name="me.ahoo.cosid.sharding.ExactCollection"/>
<Bug pattern="SING_SINGLETON_HAS_NONPRIVATE_CONSTRUCTOR"/>
</Match>
</FindBugsFilter>

0 comments on commit 3029425

Please sign in to comment.