aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc/References.java
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2016-06-28 14:01:29 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2016-06-28 14:01:29 +0200
commit715f41ebffc7727435a7c0d8f92f83c6a3f681aa (patch)
tree88236249c044dd8f2fed583de11ceaba2e397abd /jdisc_core/src/main/java/com/yahoo/jdisc/References.java
parent6ff6dbe035550e401a5174ca22aa8df7b1a83bc6 (diff)
Use Github username as author
Diffstat (limited to 'jdisc_core/src/main/java/com/yahoo/jdisc/References.java')
-rw-r--r--jdisc_core/src/main/java/com/yahoo/jdisc/References.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdisc_core/src/main/java/com/yahoo/jdisc/References.java b/jdisc_core/src/main/java/com/yahoo/jdisc/References.java
index 868ae6ac720..d0adf8ead61 100644
--- a/jdisc_core/src/main/java/com/yahoo/jdisc/References.java
+++ b/jdisc_core/src/main/java/com/yahoo/jdisc/References.java
@@ -4,7 +4,7 @@ package com.yahoo.jdisc;
/**
* Utility class for working with {@link SharedResource}s and {@link ResourceReference}s.
*
- * @author <a href="mailto:bakksjo@yahoo-inc.com">Oyvind Bakksjo</a>
+ * @author bakksjo
*/
public class References {
// Prevents instantiation.