Skip to content

Commit de441b4

Browse files
committed
Remove TODOs in WebFlux ref docs
1 parent 9c3efde commit de441b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework-docs/src/docs/asciidoc/web/webflux.adoc

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

20102010
If none of the above is true, a `void` return type can also indicate "`no response body`" for
20112011
REST controllers or default view name selection for HTML controllers.
@@ -4443,7 +4443,7 @@ the example:
44434443
}
44444444
----
44454445

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

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

0 commit comments

Comments
 (0)