summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java/com/yahoo/collections/FreezableArrayListListener.java
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-06-17 08:59:17 +0200
committerGitHub <noreply@github.com>2016-06-17 08:59:17 +0200
commite693aecea5aea0a85035b2676c232bef8d306e6a (patch)
tree26e7e31b741626edd0dbd75f362616f5779c4ef4 /vespajlib/src/test/java/com/yahoo/collections/FreezableArrayListListener.java
parent0e337c833d1ba15ee7d387d1658d3cdfc4f77dad (diff)
parent38ff012425e1d65a5016ff090c5163892ebecc89 (diff)
Merge pull request #19 from yahoo/bratseth/use-github-name-in-author
Use github name in @author
Diffstat (limited to 'vespajlib/src/test/java/com/yahoo/collections/FreezableArrayListListener.java')
-rw-r--r--vespajlib/src/test/java/com/yahoo/collections/FreezableArrayListListener.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespajlib/src/test/java/com/yahoo/collections/FreezableArrayListListener.java b/vespajlib/src/test/java/com/yahoo/collections/FreezableArrayListListener.java
index 762ae9d5b60..5a6c331393f 100644
--- a/vespajlib/src/test/java/com/yahoo/collections/FreezableArrayListListener.java
+++ b/vespajlib/src/test/java/com/yahoo/collections/FreezableArrayListListener.java
@@ -5,7 +5,7 @@ import org.junit.Test;
import static org.junit.Assert.fail;
/**
- * @author <a href="mailto:bratseth@yahoo-inc.com">Jon Bratseth</a>
+ * @author bratseth
*/
public class FreezableArrayListListener {