You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: core-server/src/main/java/org/glassfish/jersey/server/internal/inject/DelegatedInjectionValueFactoryProvider.java
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/*
2
2
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3
3
*
4
-
* Copyright (c) 2012-2015 Oracle and/or its affiliates. All rights reserved.
4
+
* Copyright (c) 2012-2016 Oracle and/or its affiliates. All rights reserved.
5
5
*
6
6
* The contents of this file are subject to the terms of either the GNU
7
7
* General Public License Version 2 only ("GPL") or the Common Development
@@ -41,6 +41,7 @@
41
41
42
42
importjava.lang.annotation.Annotation;
43
43
importjava.lang.reflect.ParameterizedType;
44
+
importjava.lang.reflect.Type;
44
45
importjava.util.Collections;
45
46
46
47
importjavax.inject.Inject;
@@ -165,6 +166,11 @@ public Class<T> getImplementationClass() {
Copy file name to clipboardExpand all lines: tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/*
2
2
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3
3
*
4
-
* Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
4
+
* Copyright (c) 2015-2016 Oracle and/or its affiliates. All rights reserved.
5
5
*
6
6
* The contents of this file are subject to the terms of either the GNU
7
7
* General Public License Version 2 only ("GPL") or the Common Development
@@ -223,6 +223,11 @@ public Class<?> getImplementationClass() {
0 commit comments