[spring-extensions] branch maint-5 updated: Remove redundant "implements" clause.
Scott Cantor
cantor.2 at osu.edu
Tue Jan 16 20:21:36 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-5
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=6a04bbff6c721bdc95810cc974a4a38f59899626
The following commit(s) were added to refs/heads/maint-5 by this push:
new 6a04bbf Remove redundant "implements" clause.
6a04bbf is described below
commit 6a04bbff6c721bdc95810cc974a4a38f59899626
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 16 20:21:31 2018 -0500
Remove redundant "implements" clause.
---
.../ext/spring/factory/FileCachingHttpClientFactoryBean.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/main/java/net/shibboleth/ext/spring/factory/FileCachingHttpClientFactoryBean.java b/src/main/java/net/shibboleth/ext/spring/factory/FileCachingHttpClientFactoryBean.java
index d7045d3..6f021d9 100644
--- a/src/main/java/net/shibboleth/ext/spring/factory/FileCachingHttpClientFactoryBean.java
+++ b/src/main/java/net/shibboleth/ext/spring/factory/FileCachingHttpClientFactoryBean.java
@@ -25,13 +25,12 @@ import net.shibboleth.utilities.java.support.httpclient.FileCachingHttpClientBui
import net.shibboleth.utilities.java.support.httpclient.HttpClientBuilder;
import org.apache.http.client.HttpClient;
-import org.springframework.beans.factory.DisposableBean;
/**
* Factory bean to accumulate the parameters into a {@link FileCachingHttpClientBuilder}
* and to then emit a {@link org.apache.http.client.HttpClient}.
*/
-public class FileCachingHttpClientFactoryBean extends HttpClientFactoryBean implements DisposableBean {
+public class FileCachingHttpClientFactoryBean extends HttpClientFactoryBean {
/** List of HttpClients produced by this factory, used to invoke their destroy()
* when this factory instances is destroy()-ed. */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list