aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com/yahoo/jdisc/http
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-02-08 16:03:06 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2022-02-08 16:17:00 +0100
commitbad739ae3be754bb495b5a3b5830a0c972f8fa39 (patch)
tree975f0513a6a6df7854ddace58223e3b1ec65ffd3 /container-core/src/test/java/com/yahoo/jdisc/http
parentfdae546b833532aac0a2f49400ccf15071549c6b (diff)
Deprecate method leaking Guice
Diffstat (limited to 'container-core/src/test/java/com/yahoo/jdisc/http')
-rw-r--r--container-core/src/test/java/com/yahoo/jdisc/http/server/jetty/HttpRequestFactoryTest.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/container-core/src/test/java/com/yahoo/jdisc/http/server/jetty/HttpRequestFactoryTest.java b/container-core/src/test/java/com/yahoo/jdisc/http/server/jetty/HttpRequestFactoryTest.java
index e2ebdf7a8fc..d1ba4a4d190 100644
--- a/container-core/src/test/java/com/yahoo/jdisc/http/server/jetty/HttpRequestFactoryTest.java
+++ b/container-core/src/test/java/com/yahoo/jdisc/http/server/jetty/HttpRequestFactoryTest.java
@@ -1,7 +1,6 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.jdisc.http.server.jetty;
-import com.google.inject.Key;
import com.yahoo.jdisc.Container;
import com.yahoo.jdisc.References;
import com.yahoo.jdisc.ResourceReference;
@@ -158,11 +157,6 @@ public class HttpRequestFactoryTest {
}
@Override
- public <T> T getInstance(Key<T> tKey) {
- return null;
- }
-
- @Override
public <T> T getInstance(Class<T> tClass) {
return null;
}