[java-support] branch master updated: Add @since tag.
Scott Cantor
cantor.2 at osu.edu
Fri Dec 30 17:12:58 EST 2016
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=d9088f2d2796220669efbd0c4dc948cb28c18800
The following commit(s) were added to refs/heads/master by this push:
new d9088f2 Add @since tag.
d9088f2 is described below
commit d9088f2d2796220669efbd0c4dc948cb28c18800
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Dec 30 17:12:56 2016 -0500
Add @since tag.
---
.../utilities/java/support/httpclient/HttpClientContextHandler.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/main/java/net/shibboleth/utilities/java/support/httpclient/HttpClientContextHandler.java b/src/main/java/net/shibboleth/utilities/java/support/httpclient/HttpClientContextHandler.java
index 3535f46..fb85720 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/httpclient/HttpClientContextHandler.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/httpclient/HttpClientContextHandler.java
@@ -27,6 +27,8 @@ import org.apache.http.client.protocol.HttpClientContext;
/**
* Extension that allows the {@link HttpClientContext} to be externally manipulated before use.
+ *
+ * @since 7.4.0
*/
@ThreadSafe
public interface HttpClientContextHandler {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list