Skip to content

Commit

Permalink
Updated version number for modules that were not included in release …
Browse files Browse the repository at this point in the history
…build to 0.17.1-SNAPSHOT
  • Loading branch information
johanhaleby committed Jan 19, 2024
1 parent ac5fc57 commit 50fc450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* A decider is a model that can be implemented to get a structured way to implement decision logic for a business entity (typically aggregate) or use case.
*
* @param <C> The type of commands that the decider can handle
* @param <S> The state that the decider work
* @param <S> The state that the decider workThe state that the decider work
* @param <E> The type of events that the decider returns
*/
public interface Decider<C, S, E> {
Expand Down

0 comments on commit 50fc450

Please sign in to comment.