[java-opensaml] branch main updated: Restore public keyword.
Scott Cantor
cantor.2 at osu.edu
Tue Mar 28 15:50:46 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=eae571be7fcced2f3d735dc2fecddbc0813e3a1d
The following commit(s) were added to refs/heads/main by this push:
new eae571be7 Restore public keyword.
eae571be7 is described below
commit eae571be7fcced2f3d735dc2fecddbc0813e3a1d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 28 11:50:43 2023 -0400
Restore public keyword.
---
.../src/main/java/org/opensaml/xmlsec/encryption/DerivedKey.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/DerivedKey.java b/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/DerivedKey.java
index 3ea07f803..179fcc3c5 100644
--- a/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/DerivedKey.java
+++ b/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/DerivedKey.java
@@ -29,7 +29,7 @@ import net.shibboleth.shared.annotation.constraint.NotEmpty;
/**
* XMLObject representing XML Encryption 1.1 DerivedKey element.
*/
-interface DerivedKey extends XMLObject {
+public interface DerivedKey extends XMLObject {
/** Element local name. */
@Nonnull @NotEmpty static final String DEFAULT_ELEMENT_LOCAL_NAME = "DerivedKey";
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list