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

Commit

Permalink
Remove deprecation until downstream services catch up. (#4733)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkozlowski authored Apr 27, 2020
1 parent 01c34ff commit 618c241
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,8 @@ public abstract class TransactionManagers {
abstract Optional<Refreshable<Optional<AtlasDbRuntimeConfig>>> runtimeConfig();

/**
* @deprecated use {@link #runtimeConfig} instead.
* Use {@link #runtimeConfig} instead.
*/
@Deprecated
abstract Optional<Supplier<Optional<AtlasDbRuntimeConfig>>> runtimeConfigSupplier();

abstract Set<Schema> schemas();
Expand Down
6 changes: 6 additions & 0 deletions changelog/@unreleased/pr-4733.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
type: improvement
improvement:
description: Remove deprecation on TransactionManagers#runtimeConfigSupplier until
downstream services catch up.
links:
- https://github.com/palantir/atlasdb/pull/4733

0 comments on commit 618c241

Please sign in to comment.