8000 Fix misleading outdated javadoc (#1513) · jacoco/jacoco@4ba332f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ba332f

Browse files
Godinmarchof
andauthored
Fix misleading outdated javadoc (#1513)
Outdated since commit 72793f8 in JaCoCo version 0.7.1 Co-authored-by: Marc R. Hoffmann <hoffmann@mountainminds.com>
1 parent 7ca0f0f commit 4ba332f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

org.jacoco.core/src/org/jacoco/core/internal/flow/ClassProbesVisitor.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ public abstract MethodProbesVisitor visitMethod(int access, String name,
4747
String desc, String signature, String[] exceptions);
4848

4949
/**
50-
* Reports the total number of encountered probes. For classes this method
51-
* is called just before {@link ClassVisitor#visitEnd()}. For interfaces
52-
* this method is called before the first method (the static initializer) is
53-
* emitted.
50+
* Reports the total number of encountered probes. This method is called
51+
* just before {@link #visitEnd()}
5452
*
5553
* @param count
5654
* total number of probes

0 commit comments

Comments
 (0)
0