Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from daemawiki/develop
Browse files Browse the repository at this point in the history
update :: SaveRevisionPort.java
  • Loading branch information
ori0o0p authored Apr 19, 2024
2 parents e049093 + d794fbd commit 0168414
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
import reactor.core.publisher.Mono;

public interface SaveRevisionPort {
Mono<Void> save(RevisionHistory revisionHistory);
Mono<RevisionHistory> save(RevisionHistory revisionHistory);

}

0 comments on commit 0168414

Please sign in to comment.