Polishing in ApiVersionResolver

This commit is contained in:
rstoyanchev
2026-01-09 09:38:53 +00:00
parent d8e303f95b
commit 2f91baa71c
2 changed files with 2 additions and 4 deletions
@@ -33,8 +33,6 @@ public interface ApiVersionResolver {
/**
* Resolve the version for the given exchange.
* This method wraps the synchronous {@code resolveVersion} method
* and provides a reactive alternative.
* @param exchange the current exchange
* @return {@code Mono} emitting the version value, or an empty {@code Mono}
* @since 7.0.3
@@ -22,8 +22,8 @@ import reactor.core.publisher.Mono;
import org.springframework.web.server.ServerWebExchange;
/**
* An extension of {@link ApiVersionResolver}s for implementations that can
* resolve the version in an imperative way without blocking.
* Extension of {@link ApiVersionResolver} for implementations that resolve the
* version in an imperative way without blocking.
*
* @author Rossen Stoyanchev
* @since 7.0.3