Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
marchof committed Apr 16, 2021
1 parent 2eca2f2 commit 4a40872
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org.jacoco.doc/docroot/doc/flow.html
Expand Up @@ -335,9 +335,9 @@ <h2>Probe Implementation</h2>
</pre>

<p>
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
Expand Down

0 comments on commit 4a40872

Please sign in to comment.