summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorHenrik <henrik.hoiness@online.no>2018-07-10 18:51:04 +0200
committerHenrik <henrik.hoiness@online.no>2018-07-10 18:51:04 +0200
commitb118c94e7744d37e4564a79edd6a5ba9faf1307d (patch)
treeb40d1cdf67f4dd036dcb834d2ffff9bb2155e7f0 /config-model
parent5ee1acd4c6aa0c565c60bee97be8d91d24b28a92 (diff)
Moved GUIHandlerTest to own module that can use JDisc-components. GUIHandler now reads from built .jar instead of resources. Vespa builds successfully
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/container/search/GUIHandler.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/container/search/GUIHandler.java b/config-model/src/main/java/com/yahoo/vespa/model/container/search/GUIHandler.java
index 3b752335055..025075be8fd 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/container/search/GUIHandler.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/container/search/GUIHandler.java
@@ -1,3 +1,4 @@
+// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.model.container.search;
import com.yahoo.config.model.producer.AbstractConfigProducer;
@@ -5,6 +6,11 @@ import com.yahoo.container.bundle.BundleInstantiationSpecification;
import com.yahoo.osgi.provider.model.ComponentModel;
import com.yahoo.vespa.model.container.component.Handler;
+
+/**
+ * @author Henrik Høiness
+ */
+
public class GUIHandler extends Handler<AbstractConfigProducer<?>> {
public static final String BUNDLE = "container-search-gui";
public static final String CLASS = "com.yahoo.search.query.gui.GUIHandler";