aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.core/src/org/jacoco/core/data/ExecutionDataReader.java
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2019-10-10 23:35:02 +0200
committerEvgeny Mandrikov <138671+Godin@users.noreply.github.com>2019-10-10 23:35:02 +0200
commit71479220fc163c7d7c782ee9427d9cb3353f09ec (patch)
treeb0e876adfbf4d8ca13433ec54e58914e21d3d272 /org.jacoco.core/src/org/jacoco/core/data/ExecutionDataReader.java
parenta90c4989a4feece9fa1b9101c08eb226b77d3030 (diff)
downloadjacoco-71479220fc163c7d7c782ee9427d9cb3353f09ec.tar.gz
Remove trailing whitespaces in Java source files (#959)
Diffstat (limited to 'org.jacoco.core/src/org/jacoco/core/data/ExecutionDataReader.java')
-rw-r--r--org.jacoco.core/src/org/jacoco/core/data/ExecutionDataReader.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.jacoco.core/src/org/jacoco/core/data/ExecutionDataReader.java b/org.jacoco.core/src/org/jacoco/core/data/ExecutionDataReader.java
index b67b106f..73f7b8b0 100644
--- a/org.jacoco.core/src/org/jacoco/core/data/ExecutionDataReader.java
+++ b/org.jacoco.core/src/org/jacoco/core/data/ExecutionDataReader.java
@@ -8,7 +8,7 @@
*
* Contributors:
* Marc R. Hoffmann - initial API and implementation
- *
+ *
*******************************************************************************/
package org.jacoco.core.data;
@@ -37,7 +37,7 @@ public class ExecutionDataReader {
* Creates a new reader based on the given input stream input. Depending on
* the nature of the underlying stream input should be buffered as most data
* is read in single bytes.
- *
+ *
* @param input
* input stream to read execution data from
*/
@@ -47,7 +47,7 @@ public class ExecutionDataReader {
/**
* Sets an listener for session information.
- *
+ *
* @param visitor
* visitor to retrieve session info events
*/
@@ -57,7 +57,7 @@ public class ExecutionDataReader {
/**
* Sets an listener for execution data.
- *
+ *
* @param visitor
* visitor to retrieve execution data events
*/
@@ -68,7 +68,7 @@ public class ExecutionDataReader {
/**
* Reads all data and reports it to the corresponding visitors. The stream
* is read until its end or a command confirmation has been sent.
- *
+ *
* @return <code>true</code> if additional data can be expected after a
* command has been executed. <code>false</code> if the end of the
* stream has been reached.
@@ -97,7 +97,7 @@ public class ExecutionDataReader {
/**
* Reads a block of data identified by the given id. Subclasses may
* overwrite this method to support additional block types.
- *
+ *
* @param blocktype
* block type
* @return <code>true</code> if there are more blocks to read