[java-opensaml] branch main updated: Restore public on interface.

Scott Cantor cantor.2 at osu.edu
Tue Mar 28 15:21:21 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=804d59134d135693d6bdfa95b897b8ebebc321d5

The following commit(s) were added to refs/heads/main by this push:
     new 804d59134 Restore public on interface.
804d59134 is described below

commit 804d59134d135693d6bdfa95b897b8ebebc321d5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 28 11:21:18 2023 -0400

    Restore public on interface.
---
 .../src/main/java/org/opensaml/xmlsec/encryption/ConcatKDFParams.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/ConcatKDFParams.java b/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/ConcatKDFParams.java
index a85f2b45c..eaa971f55 100644
--- a/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/ConcatKDFParams.java
+++ b/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/encryption/ConcatKDFParams.java
@@ -30,7 +30,7 @@ import net.shibboleth.shared.annotation.constraint.NotEmpty;
 /**
  * XMLObject representing XML Encryption 1.1 ConcatKDFParams element.
  */
-interface ConcatKDFParams extends XMLObject {
+public interface ConcatKDFParams extends XMLObject {
     
     /** Element local name. */
     @Nonnull @NotEmpty static final String DEFAULT_ELEMENT_LOCAL_NAME = "ConcatKDFParams";

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


More information about the commits mailing list