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 --- .../src/main/java/com/yahoo/jdisc/bundle/MyGuiceModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jdisc_core_test/test_bundles/my-guice-module') diff --git a/jdisc_core_test/test_bundles/my-guice-module/src/main/java/com/yahoo/jdisc/bundle/MyGuiceModule.java b/jdisc_core_test/test_bundles/my-guice-module/src/main/java/com/yahoo/jdisc/bundle/MyGuiceModule.java index 84b11e4edd0..ef515b0b40e 100644 --- a/jdisc_core_test/test_bundles/my-guice-module/src/main/java/com/yahoo/jdisc/bundle/MyGuiceModule.java +++ b/jdisc_core_test/test_bundles/my-guice-module/src/main/java/com/yahoo/jdisc/bundle/MyGuiceModule.java @@ -8,7 +8,7 @@ import com.google.inject.name.Named; import java.util.concurrent.CountDownLatch; /** - * @author Simon Thoresen + * @author Simon Thoresen Hult */ public class MyGuiceModule extends AbstractModule { -- cgit v1.2.3