summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/processing/handler/ProcessingTestDriver.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-06-16 15:08:49 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-06-16 15:08:49 +0200
commit38ff012425e1d65a5016ff090c5163892ebecc89 (patch)
tree593af280350a1c2b7f34bc79f37584ad256a93e7 /container-core/src/main/java/com/yahoo/processing/handler/ProcessingTestDriver.java
parent72231250ed81e10d66bfe70701e64fa5fe50f712 (diff)
Use github name in @author
Diffstat (limited to 'container-core/src/main/java/com/yahoo/processing/handler/ProcessingTestDriver.java')
-rw-r--r--container-core/src/main/java/com/yahoo/processing/handler/ProcessingTestDriver.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-core/src/main/java/com/yahoo/processing/handler/ProcessingTestDriver.java b/container-core/src/main/java/com/yahoo/processing/handler/ProcessingTestDriver.java
index b02c0fcccdb..7f656c61db4 100644
--- a/container-core/src/main/java/com/yahoo/processing/handler/ProcessingTestDriver.java
+++ b/container-core/src/main/java/com/yahoo/processing/handler/ProcessingTestDriver.java
@@ -22,7 +22,7 @@ import java.util.concurrent.Executors;
* A helper for making processing requests and rendering their responses.
* Create an instance of this to test making processing requests and get the response or response data.
*
- * @author <a href="mailto:bratseth@yahoo-inc.com">Jon Bratseth</a>
+ * @author bratseth
* @since 5.21
*/
@Beta