Skip to content

Commit

Permalink
Removed an unused import in AbstractRangerHubClient
Browse files Browse the repository at this point in the history
  • Loading branch information
koushikr committed Jul 10, 2024
1 parent 1dd67b6 commit 4aa4057
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
package io.appform.ranger.client;

import io.appform.ranger.core.finder.ServiceFinder;
import io.appform.ranger.core.model.Service;
import io.appform.ranger.core.model.ServiceNode;
import io.appform.ranger.core.model.ServiceNodeSelector;
Expand All @@ -34,7 +33,7 @@ public interface RangerHubClient<T, R extends ServiceRegistry<T>> {

Collection<Service> getRegisteredServices();

CompletableFuture<?> addService(Service service);
CompletableFuture addService(Service service);

Optional<ServiceNode<T>> getNode(final Service service);

Expand Down

0 comments on commit 4aa4057

Please sign in to comment.