aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.examples
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2017-09-21 16:47:16 +0200
committerEvgeny Mandrikov <Godin@users.noreply.github.com>2017-09-21 16:47:16 +0200
commit8a2822d1d49a9dab3a85ea3b16113395abc069e9 (patch)
treed9dbd738df1773808369a6d5b54187b251bd83c3 /org.jacoco.examples
parent4d08365f76149b7739beb5e17deaa0c7d024f47e (diff)
downloadjacoco-8a2822d1d49a9dab3a85ea3b16113395abc069e9.tar.gz
Describe correct agent option in MBeanClient example (#582)
Diffstat (limited to 'org.jacoco.examples')
-rw-r--r--org.jacoco.examples/src/org/jacoco/examples/MBeanClient.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.jacoco.examples/src/org/jacoco/examples/MBeanClient.java b/org.jacoco.examples/src/org/jacoco/examples/MBeanClient.java
index 1526288c..9f906aba 100644
--- a/org.jacoco.examples/src/org/jacoco/examples/MBeanClient.java
+++ b/org.jacoco.examples/src/org/jacoco/examples/MBeanClient.java
@@ -21,9 +21,9 @@ import javax.management.remote.JMXConnectorFactory;
import javax.management.remote.JMXServiceURL;
/**
- * This example connects to a coverage agent that run in output mode
- * <code>mbean</code> and requests execution data. The collected data is dumped
- * to a local file.
+ * This example connects to a JaCoCo agent that runs with the option
+ * <code>jmx=yes</code> and requests execution data. The collected data is
+ * dumped to a local file.
*/
public final class MBeanClient {