Skip to content

Commit 4f472d2

Browse files
committed
Remove TODOs in WebFlux ref docs
1 parent a18842b commit 4f472d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/asciidoc/web/webflux.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@ generally supported for all return values.
19751975
value) is considered to have fully handled the response if it also has a `ServerHttpResponse`,
19761976
a `ServerWebExchange` argument, or an `@ResponseStatus` annotation. The same is also true
19771977
if the controller has made a positive ETag or `lastModified` timestamp check.
1978-
// TODO: See <<webflux-caching-etag-lastmodified>> for details.
1978+
See <<webflux-caching-etag-lastmodified>> for details.
19791979

19801980
If none of the above is true, a `void` return type can also indicate "`no response body`" for
19811981
REST controllers or default view name selection for HTML controllers.
@@ -4194,7 +4194,7 @@ the example:
41944194
}
41954195
----
41964196

4197-
// TODO: See also <<webflux-caching-static-resources, HTTP caching support for static resources>>.
4197+
See also <<webflux-caching-static-resources, HTTP caching support for static resources>>.
41984198

41994199
The resource handler also supports a chain of
42004200
{api-spring-framework}/web/reactive/resource/ResourceResolver.html[`ResourceResolver`] implementations and

0 commit comments

Comments
 (0)