Skip to content

Commit

Permalink
Removed redundant method
Browse files Browse the repository at this point in the history
Signed-off-by: Shivansh Arora <[email protected]>
  • Loading branch information
shiv0408 committed Sep 5, 2024
1 parent d8a272d commit 48d4159
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,6 @@ public static boolean isRemoteRoutingTableEnabled(Settings settings) {
return isRemoteRoutingTableAttributePresent(settings);
}

public static boolean isRemotePublicationEnabled(Settings settings) {
return isRemoteRoutingTableEnabled(settings);
}

public RepositoriesMetadata getRepositoriesMetadata() {
return this.repositoriesMetadata;
}
Expand Down

0 comments on commit 48d4159

Please sign in to comment.