@@ -1,5 +1,10 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (c) 2011-2016 Bosch Software Innovations GmbH, Germany. All rights reserved.
|
* Copyright (c) 2015 Bosch Software Innovations GmbH and others.
|
||||||
|
*
|
||||||
|
* All rights reserved. This program and the accompanying materials are made
|
||||||
|
* available under the terms of the Eclipse Public License v1.0 which
|
||||||
|
* accompanies this distribution, and is available at
|
||||||
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
*/
|
*/
|
||||||
package org.eclipse.hawkbit.rest.util;
|
package org.eclipse.hawkbit.rest.util;
|
||||||
|
|
||||||
@@ -10,12 +15,7 @@ import javax.servlet.http.HttpServletResponse;
|
|||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2015 Bosch Software Innovations GmbH and others.
|
* Store the request and response for the rest resources.
|
||||||
*
|
|
||||||
* All rights reserved. This program and the accompanying materials are made
|
|
||||||
* available under the terms of the Eclipse Public License v1.0 which
|
|
||||||
* accompanies this distribution, and is available at
|
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
|
||||||
*/
|
*/
|
||||||
public class RequestResponseContextHolder {
|
public class RequestResponseContextHolder {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user