This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new a669c16833 Fix website build broken due to `flowtracing.adoc`
a669c16833 is described below
commit a669c16833d24467d3cfee377bbd25b57cd97a5f
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Jun 19 13:48:21 2024 +0200
Fix website build broken due to `flowtracing.adoc`
---
src/site/antora/modules/ROOT/pages/manual/flowtracing.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/site/antora/modules/ROOT/pages/manual/flowtracing.adoc
b/src/site/antora/modules/ROOT/pages/manual/flowtracing.adoc
index c33ee7457f..486d64b7d4 100644
--- a/src/site/antora/modules/ROOT/pages/manual/flowtracing.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/flowtracing.adoc
@@ -98,8 +98,8 @@ public void someMethod() {
}
}
----
-<1> `thrown()` reports the caught exception that is about to be rethrown
-<2> Rethrowing the exception, contrary to <<example-catching,the `catching()`
example>> suppressing the exception
+<1> `thrown()` reports the caught exception that is about to be rethrown.
+Plus, rethrowing the exception, contrary to <<example-catching,the
`catching()` example>> suppressing the exception.
[source,java]
----