Skip to content

Commit

Permalink
removing dispatching executor type
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfmurdock committed Jul 19, 2023
1 parent 1ca6311 commit fe2e3d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.zegreatrob.coupling.server.action.pairassignmentdocument

import com.benasher44.uuid.uuid4
import com.zegreatrob.coupling.action.DispatchingActionExecutor
import com.zegreatrob.coupling.action.pairassignmentdocument.AssignPinsAction
import com.zegreatrob.coupling.model.flatMap
import com.zegreatrob.coupling.model.map
Expand Down Expand Up @@ -33,13 +32,11 @@ class GameExamplesTest {
CreatePairCandidateReportListAction.Dispatcher<Companion>,
ShufflePairsAction.Dispatcher<Companion>,
FindNewPairsAction.Dispatcher<Companion>,
DispatchingActionExecutor<Companion>,
NextPlayerAction.Dispatcher<Companion>,
AssignPinsAction.Dispatcher,
CreatePairCandidateReportAction.Dispatcher,
Wheel {
override val wheel = this
override val actionDispatcher = this
override val cannon = ActionCannon(this)
}

Expand Down

0 comments on commit fe2e3d1

Please sign in to comment.