aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.core/src/org/jacoco/core/data/ExecutionDataReader.java
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2010-05-18 06:27:25 +0000
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2010-05-18 06:27:25 +0000
commite4b0fede262e9df8546def83e68c687656f539ba (patch)
treeb3d590b4a413a9123d1175ca844a84d0cead7165 /org.jacoco.core/src/org/jacoco/core/data/ExecutionDataReader.java
parent20823ddbda94e8855c8528f3e0fc87eee1be2774 (diff)
downloadjacoco-e4b0fede262e9df8546def83e68c687656f539ba.tar.gz
Trac #82: Remote protocol implementation.
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.java2
1 files changed, 1 insertions, 1 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 d59b4e9e..fab945c6 100644
--- a/org.jacoco.core/src/org/jacoco/core/data/ExecutionDataReader.java
+++ b/org.jacoco.core/src/org/jacoco/core/data/ExecutionDataReader.java
@@ -41,7 +41,7 @@ public class ExecutionDataReader {
* @param input
* input stream to read execution data from
* @throws IOException
- * thrown if the stream does not represent execution data
+ * if the stream does not have a valid header
*/
public ExecutionDataReader(final InputStream input) throws IOException {
this.in = new CompactDataInput(input);