aboutsummaryrefslogtreecommitdiffstats
path: root/org.jacoco.core/src/org/jacoco/core/data/IExecutionDataVisitor.java
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2009-07-02 10:57:28 +0000
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2009-07-02 10:57:28 +0000
commitf9511d641bf33397907e7e61b599fe0979225df2 (patch)
treef3f7a6b832b71c69d6d05ff69488b9bd2af08638 /org.jacoco.core/src/org/jacoco/core/data/IExecutionDataVisitor.java
parenta6426d146a05c011a40c1cbbcc9fea41ccabcb41 (diff)
downloadplatform_external_jacoco-f9511d641bf33397907e7e61b599fe0979225df2.tar.gz
platform_external_jacoco-f9511d641bf33397907e7e61b599fe0979225df2.tar.bz2
platform_external_jacoco-f9511d641bf33397907e7e61b599fe0979225df2.zip
Simplification of the IExecutionDataVisitor interface; no JavaDoc for the agent, as it is not an API.
Diffstat (limited to 'org.jacoco.core/src/org/jacoco/core/data/IExecutionDataVisitor.java')
-rw-r--r--org.jacoco.core/src/org/jacoco/core/data/IExecutionDataVisitor.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/org.jacoco.core/src/org/jacoco/core/data/IExecutionDataVisitor.java b/org.jacoco.core/src/org/jacoco/core/data/IExecutionDataVisitor.java
index b99f1b00..74bc833b 100644
--- a/org.jacoco.core/src/org/jacoco/core/data/IExecutionDataVisitor.java
+++ b/org.jacoco.core/src/org/jacoco/core/data/IExecutionDataVisitor.java
@@ -36,9 +36,4 @@ public interface IExecutionDataVisitor {
*/
public void visitClassExecution(long id, boolean[][] blockdata);
- /**
- * Signals the end of execution data output.
- */
- public void visitEnd();
-
}