Use public interface for HTTP Interface documentation

Closes gh-34443
This commit is contained in:
Sébastien Deleuze
2025-02-18 11:57:04 +01:00
parent 2099e046d3
commit 2576702cda
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ import org.springframework.web.service.invoker.HttpServiceProxyFactory;
public class CustomHttpServiceArgumentResolver {
// tag::httpinterface[]
interface RepositoryService {
public interface RepositoryService {
@GetExchange("/repos/search")
List<Repository> searchRepository(Search search);