From fc28f2e8dacaa9c1c97ac60a0a775bae90c92287 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov <138671+Godin@users.noreply.github.com> Date: Tue, 4 Jun 2019 15:18:47 +0200 Subject: Fix headers in javadocs (#890) --- .../src/org/jacoco/core/internal/analysis/Instruction.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org.jacoco.core/src') diff --git a/org.jacoco.core/src/org/jacoco/core/internal/analysis/Instruction.java b/org.jacoco.core/src/org/jacoco/core/internal/analysis/Instruction.java index c5a1aaae..c6db24c9 100644 --- a/org.jacoco.core/src/org/jacoco/core/internal/analysis/Instruction.java +++ b/org.jacoco.core/src/org/jacoco/core/internal/analysis/Instruction.java @@ -23,7 +23,7 @@ import org.jacoco.core.analysis.ICounter; * case of a simple sequence of instructions (by convention branch 0). Instances * of this class are used in two steps: * - *

Step 1: Building the CFG

+ *

Step 1: Building the CFG

* * For each bytecode instruction of a method a {@link Instruction} instance is * created. In correspondence with the CFG these instances are linked with each @@ -32,7 +32,7 @@ import org.jacoco.core.analysis.ICounter; * flow ({@link #addBranch(boolean, int)}) or indirectly propagated along the * CFG edges ({@link #addBranch(Instruction, int)}). * - *

Step 2: Querying the Coverage Status

+ *

Step 2: Querying the Coverage Status

* * After all instructions have been created and linked each instruction knows * its execution status and can be queried with: -- cgit v1.2.3