mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
fix(): remove unused recursive code (#13528)
This commit is contained in:
parent
53c25adc9b
commit
064e3618f2
@ -82,10 +82,4 @@ public interface RecommendationSource {
|
||||
.setRenderType(getRenderType())
|
||||
.setContent(new RecommendationContentArray(recommendations)));
|
||||
}
|
||||
|
||||
// retaining this for backward compatibility
|
||||
default Optional<RecommendationModule> getRecommendationModule(
|
||||
@Nonnull OperationContext opContext, @Nonnull RecommendationRequestContext requestContext) {
|
||||
return getRecommendationModule(opContext, requestContext);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user