Skip to content

Commit

Permalink
Implement abstract methods (#1121)
Browse files Browse the repository at this point in the history
Signed-off-by: monusingh-1 <[email protected]>
  • Loading branch information
monusingh-1 authored Sep 7, 2023
1 parent 4273a19 commit 0fbe5a7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,10 @@ class RemoteClusterRepository(private val repositoryMetadata: RepositoryMetadata
return true
}

override fun isSystemRepository(): Boolean {
throw UnsupportedOperationException("Operation not permitted")
}


/*
* This method makes a blocking call to the leader cluster
Expand Down

0 comments on commit 0fbe5a7

Please sign in to comment.