aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc/client
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-06-27 14:48:45 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-06-27 14:48:45 +0200
commitde67bb06f319dc7c660f6457917236094f186bd2 (patch)
treed6ec20e190260475a8058ea73bcc47cae138c88d /jdisc_core/src/main/java/com/yahoo/jdisc/client
parentbadf90c93ec1a7b0a6c12a41a21b2030d01d9df5 (diff)
Support boot delegation to Appdynamics
Diffstat (limited to 'jdisc_core/src/main/java/com/yahoo/jdisc/client')
-rw-r--r--jdisc_core/src/main/java/com/yahoo/jdisc/client/ClientDriver.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdisc_core/src/main/java/com/yahoo/jdisc/client/ClientDriver.java b/jdisc_core/src/main/java/com/yahoo/jdisc/client/ClientDriver.java
index b5b4ce5e6e7..e70e29dc278 100644
--- a/jdisc_core/src/main/java/com/yahoo/jdisc/client/ClientDriver.java
+++ b/jdisc_core/src/main/java/com/yahoo/jdisc/client/ClientDriver.java
@@ -41,7 +41,7 @@ import java.util.List;
* framework created by this ClientDriver is disabled. Calling any method on that framework will throw an
* exception. If you need OSGi support, use either of the runApplicationWithOsgi() methods.</p>
*
- * @author <a href="mailto:simon@yahoo-inc.com">Simon Thoresen</a>
+ * @author Simon Thoresen
*/
public abstract class ClientDriver {