From 74310b9232df9a334e4b77aa70591df0b0f31b52 Mon Sep 17 00:00:00 2001 From: "Marc R. Hoffmann" Date: Mon, 19 Oct 2020 13:47:37 +0200 Subject: [PATCH] Fix wording --- org.jacoco.doc/docroot/doc/flow.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.jacoco.doc/docroot/doc/flow.html b/org.jacoco.doc/docroot/doc/flow.html index d194bc1a3d..59bbd6f7ab 100644 --- a/org.jacoco.doc/docroot/doc/flow.html +++ b/org.jacoco.doc/docroot/doc/flow.html @@ -335,9 +335,9 @@

Probe Implementation

- Note that this probe code is thread safe, does not modify the operand stack - or modify local variables and is also thread safe. It does also not leave the - method though an external call. The only prerequisite is that the probe array + Note that this probe code is thread safe and does not modify the operand stack + or modify local variables. It does also not leave the + method through an external call. The only prerequisite is that the probe array is available as a local variable. For this at the beginning of each method additional instrumentation code needs to be added to obtain the array instance associated with the belonging class. To avoid code duplication the