From ce30639b7ea0b7b3403a318714898a7b3165678f Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Wed, 4 Jul 2018 17:08:34 +0200 Subject: Fix author tag for Simon --- vespajlib/src/test/java/com/yahoo/collections/LazyMapTest.java | 2 +- vespajlib/src/test/java/com/yahoo/collections/LazySetTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vespajlib/src/test/java/com/yahoo/collections') diff --git a/vespajlib/src/test/java/com/yahoo/collections/LazyMapTest.java b/vespajlib/src/test/java/com/yahoo/collections/LazyMapTest.java index 59340491bb2..f7ca8ae17b7 100644 --- a/vespajlib/src/test/java/com/yahoo/collections/LazyMapTest.java +++ b/vespajlib/src/test/java/com/yahoo/collections/LazyMapTest.java @@ -19,7 +19,7 @@ import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; /** - * @author Simon Thoresen Hult + * @author Simon Thoresen Hult */ public class LazyMapTest { diff --git a/vespajlib/src/test/java/com/yahoo/collections/LazySetTest.java b/vespajlib/src/test/java/com/yahoo/collections/LazySetTest.java index 0f10057e87a..a37f61a9198 100644 --- a/vespajlib/src/test/java/com/yahoo/collections/LazySetTest.java +++ b/vespajlib/src/test/java/com/yahoo/collections/LazySetTest.java @@ -20,7 +20,7 @@ import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; /** - * @author Simon Thoresen Hult + * @author Simon Thoresen Hult */ public class LazySetTest { -- cgit v1.2.3