[spring-extensions] branch master updated: Fix @since version.
Scott Cantor
cantor.2 at osu.edu
Fri Dec 30 17:12:06 EST 2016
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=b9ccb05cf33323181b7ce86bfb2b4cc21a75f4fe
The following commit(s) were added to refs/heads/master by this push:
new b9ccb05 Fix @since version.
b9ccb05 is described below
commit b9ccb05cf33323181b7ce86bfb2b4cc21a75f4fe
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Dec 30 17:12:04 2016 -0500
Fix @since version.
---
src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java b/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java
index 9466724..420ea5d 100644
--- a/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java
+++ b/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java
@@ -110,7 +110,7 @@ public class HTTPResource extends AbstractIdentifiedInitializableComponent imple
*
* @param handler the handler to install
*
- * @since 3.4.0
+ * @since 5.4.0
*/
public void setHttpClientContextHandler(@Nonnull final HttpClientContextHandler handler) {
ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list