[java-opensaml] branch master updated: Add @since to new constructor.

Scott Cantor cantor.2 at osu.edu
Tue Jun 9 00:28:05 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=4b834b2a7b4f74d7f6f0625cc9c2e45628399c6f

The following commit(s) were added to refs/heads/master by this push:
       new  4b834b2a7 Add @since to new constructor.
4b834b2a7 is described below

commit 4b834b2a7b4f74d7f6f0625cc9c2e45628399c6f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 8 20:28:03 2020 -0400

    Add @since to new constructor.
---
 .../src/main/java/org/opensaml/saml/common/xml/SAMLSchemaBuilder.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/opensaml-saml-api/src/main/java/org/opensaml/saml/common/xml/SAMLSchemaBuilder.java b/opensaml-saml-api/src/main/java/org/opensaml/saml/common/xml/SAMLSchemaBuilder.java
index 532f1135e..dabb94e69 100644
--- a/opensaml-saml-api/src/main/java/org/opensaml/saml/common/xml/SAMLSchemaBuilder.java
+++ b/opensaml-saml-api/src/main/java/org/opensaml/saml/common/xml/SAMLSchemaBuilder.java
@@ -199,6 +199,8 @@ public class SAMLSchemaBuilder {
      * 
      * @param ver   the SAML 1.x version to use
      * @param strict whether to apply modified schemas with strict string and anyURI type definitions
+     * 
+     * @since 4.1.0
      */
     public SAMLSchemaBuilder(@Nonnull @ParameterName(name="ver") final SAML1Version ver,
             @ParameterName(name="strict") final boolean strict) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list