[java-opensaml] branch main updated: Accidental removal of c'tor.
Scott Cantor
cantor.2 at osu.edu
Tue Apr 18 18:57:41 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=2456cd0a58d7dc5f5aeece5aa714ae32c41cc0dd
The following commit(s) were added to refs/heads/main by this push:
new 2456cd0a5 Accidental removal of c'tor.
2456cd0a5 is described below
commit 2456cd0a58d7dc5f5aeece5aa714ae32c41cc0dd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 18 14:57:38 2023 -0400
Accidental removal of c'tor.
---
.../org/opensaml/xmlsec/config/BasicXMLSecurityConfiguration.java | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/config/BasicXMLSecurityConfiguration.java b/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/config/BasicXMLSecurityConfiguration.java
index 39afc9a6f..e54a59d59 100644
--- a/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/config/BasicXMLSecurityConfiguration.java
+++ b/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/config/BasicXMLSecurityConfiguration.java
@@ -49,6 +49,13 @@ public class BasicXMLSecurityConfiguration extends BasicSecurityConfiguration im
/** Configuration used when encrypting protocol message information. */
@Nullable private EncryptionConfiguration encryptConfig;
+ /**
+ * Default constructor.
+ */
+ public BasicXMLSecurityConfiguration() {
+
+ }
+
/**
* Constructor.
*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list