Skip to content

Commit

Permalink
removed deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Teixeira committed Sep 21, 2023
1 parent 3c3789a commit 5bb0826
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,6 @@ public InternalFuture<List<String>> getTags(GetTags request) {
.thenSupply(() -> tagsHandler.getTags(runId).toInternalFuture(), executor);
}

// TODO: refactor all usages to use updateVersionNumberV2
@Deprecated
private InternalFuture<Void> updateModifiedTimestamp(String runId, Long now) {
return jdbi.useHandle(
handle -> {
Expand Down

2 comments on commit 5bb0826

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker Tag: teixeira_update-er-name-2023-09-21T22-39-36--5bb0826

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Total coverage (common): 15.01
Total coverage (server): 61.37

Changed Files coverage (common): coverage 100
Changed Files coverage (server): 88.55

Please sign in to comment.