Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
lazycece committed Mar 16, 2023
1 parent bb31cbc commit 0fd52c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public interface CommandHandler<R, C extends Command> {
* To hand the command.
*
* @param cmd cmd
* @return result
* @see Command
*/
R handle(C cmd);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public interface QueryHandler<R, Q extends Query> {
* To hand the query.
*
* @param query query
* @return result
* @see Query
*/
R handle(Q query);
Expand Down

0 comments on commit 0fd52c1

Please sign in to comment.