From 4aa97f89457fe979aef1a26e6e2697118e9ef90c Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 21 Sep 2014 19:53:40 +0200 Subject: [PATCH] Remove references to CommonsHttpInvokerRequestExecutor --- .../remoting/httpinvoker/HttpInvokerRequestExecutor.java | 6 +++--- .../httpinvoker/SimpleHttpInvokerRequestExecutor.java | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/spring-web/src/main/java/org/springframework/remoting/httpinvoker/HttpInvokerRequestExecutor.java b/spring-web/src/main/java/org/springframework/remoting/httpinvoker/HttpInvokerRequestExecutor.java index 8910bc62ac..56b9f3a1ae 100644 --- a/spring-web/src/main/java/org/springframework/remoting/httpinvoker/HttpInvokerRequestExecutor.java +++ b/spring-web/src/main/java/org/springframework/remoting/httpinvoker/HttpInvokerRequestExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2005 the original author or authors. + * Copyright 2002-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,10 +28,10 @@ import org.springframework.remoting.support.RemoteInvocationResult; * *

Two implementations are provided out of the box: *