From ee81b702d74e17300bc10f3deb383a857932f71c Mon Sep 17 00:00:00 2001 From: Ladislav Thon Date: Tue, 26 Nov 2024 18:02:44 +0100 Subject: [PATCH] replace reference to @ApplyFaultTolerance with @ApplyGuard --- doc/modules/ROOT/pages/howto/begin.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/ROOT/pages/howto/begin.adoc b/doc/modules/ROOT/pages/howto/begin.adoc index 7e4d4c19..44debe59 100644 --- a/doc/modules/ROOT/pages/howto/begin.adoc +++ b/doc/modules/ROOT/pages/howto/begin.adoc @@ -82,7 +82,7 @@ The fault tolerance strategies present in {microprofile-fault-tolerance}, togeth {smallrye-fault-tolerance} adds some more fault tolerance strategies and annotations: -* `@ApplyFaultTolerance`: apply a programmatically-defined guard +* `@ApplyGuard`: apply a programmatically-defined guard * `@AsynchronousNonBlocking`: apply asynchronous fault tolerance without offloading method execution to another thread * `@RateLimit`: limit rate of method invocations