aboutsummaryrefslogtreecommitdiffstats
path: root/configgen/src/test
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 /configgen/src/test
parent72231250ed81e10d66bfe70701e64fa5fe50f712 (diff)
Use github name in @author
Diffstat (limited to 'configgen/src/test')
-rw-r--r--configgen/src/test/java/com/yahoo/config/codegen/DefLineParsingTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/configgen/src/test/java/com/yahoo/config/codegen/DefLineParsingTest.java b/configgen/src/test/java/com/yahoo/config/codegen/DefLineParsingTest.java
index 515f7838436..58f6b70d733 100644
--- a/configgen/src/test/java/com/yahoo/config/codegen/DefLineParsingTest.java
+++ b/configgen/src/test/java/com/yahoo/config/codegen/DefLineParsingTest.java
@@ -9,7 +9,7 @@ import org.junit.Test;
/**
* Tests parsing of a single line of a .def file
*
- * @author <a href="mailto:bratseth@yahoo-inc.com">Jon S Bratseth</a>
+ * @author bratseth
* @author gjoranv
*/
public class DefLineParsingTest {