Skip to content

Commit 0b6ec95

Browse files
committed
[ci] .
Signed-off-by: Nicu Reut <nicu.reut@digitalasset.com>
1 parent 17b82b2 commit 0b6ec95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/common/src/main/scala/org/lfdecentralizedtrust/splice/util/OpenRoundBasedUniformFutureScheduler.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ trait RoundBasedDelayedFutureScheduler extends DelayedFutureScheduler with Named
8585

8686
}
8787

88+
@SuppressWarnings(
89+
Array("org.wartremover.warts.OptionPartial", "org.wartremover.warts.IterableOps")
90+
)
8891
protected def scheduleWithPossibleMissingRound(
8992
action: => Unit,
9093
selectedRound: Round,

0 commit comments

Comments
 (0)