Skip to content

Commit

Permalink
docs: minor javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
dieppa committed Dec 18, 2024
1 parent 1994fe2 commit fe0c079
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@

public interface CloudTransactioner extends OngoingStatusRepository, TransactionWrapper, AutoCloseable {

/**
* Initializes the transactioner's storage in the local infrastructure
*/
void initialize();

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public interface OngoingStatusRepository {
Set<OngoingStatus> getOngoingStatuses();

/**
* Removes from the local database any ongoing status for the given taskId
* Idempotently removes any ongoing status for the given taskId from the local database.
* If the operation cannot be performed, throws a RuntimeException
*
* @param taskId taskId for which the statuses need to be removed
Expand Down

0 comments on commit fe0c079

Please sign in to comment.