We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa449dc commit 46c8a74Copy full SHA for 46c8a74
containers/jdk-http/src/main/java/org/glassfish/jersey/jdkhttp/JdkHttpHandlerContainer.java
@@ -67,7 +67,7 @@
67
public class JdkHttpHandlerContainer implements HttpHandler, Container {
68
69
private static final Logger LOGGER = Logger.getLogger(JdkHttpHandlerContainer.class.getName());
70
- private static final GenericType<Ref<HttpExchange>> httpExchangeType = new GenericType<>() {};
+ private static final GenericType<Ref<HttpExchange>> httpExchangeType = new GenericType<Ref<HttpExchange>> () {};
71
72
private volatile ApplicationHandler appHandler;
73
0 commit comments