[java-opensaml] branch main updated: OSJ-402 - LogoutMessage interface inherited from RequestAbstractType
Scott Cantor
cantor.2 at osu.edu
Mon Mar 18 18:01:55 UTC 2024
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=06bc95c917f0ca5b7f2598056b8dd12e5d3806a8
The following commit(s) were added to refs/heads/main by this push:
new 06bc95c91 OSJ-402 - LogoutMessage interface inherited from RequestAbstractType
06bc95c91 is described below
commit 06bc95c917f0ca5b7f2598056b8dd12e5d3806a8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 18 14:01:52 2024 -0400
OSJ-402 - LogoutMessage interface inherited from RequestAbstractType
https://shibboleth.atlassian.net/browse/OSJ-402
---
.../src/main/java/org/opensaml/saml/saml2/core/LogoutMessage.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/core/LogoutMessage.java b/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/core/LogoutMessage.java
index 3029b2bc3..177b1daf1 100644
--- a/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/core/LogoutMessage.java
+++ b/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/core/LogoutMessage.java
@@ -23,6 +23,6 @@ package org.opensaml.saml.saml2.core;
*
* @since 5.1.0
*/
-public interface LogoutMessage extends RequestAbstractType {
+public interface LogoutMessage {
}
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list