[java-metadata-aggregator] branch main updated: MDA-292 - Make StatusMetadata abstract

Ian Young ian at iay.org.uk
Thu May 25 15:18:52 UTC 2023


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

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=cc9753f6d66db2f472d308b5360bb70cd282322e

The following commit(s) were added to refs/heads/main by this push:
     new cc9753f  MDA-292 - Make StatusMetadata abstract
cc9753f is described below

commit cc9753f6d66db2f472d308b5360bb70cd282322e
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu May 25 16:18:50 2023 +0100

    MDA-292 - Make StatusMetadata abstract
    
    https://shibboleth.atlassian.net/browse/MDA-292
---
 mda-framework/src/main/java/net/shibboleth/metadata/StatusMetadata.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mda-framework/src/main/java/net/shibboleth/metadata/StatusMetadata.java b/mda-framework/src/main/java/net/shibboleth/metadata/StatusMetadata.java
index f385274..f9aceeb 100644
--- a/mda-framework/src/main/java/net/shibboleth/metadata/StatusMetadata.java
+++ b/mda-framework/src/main/java/net/shibboleth/metadata/StatusMetadata.java
@@ -26,7 +26,7 @@ import net.shibboleth.shared.primitive.StringSupport;
 
 /** A {@link ItemMetadata} implementation that carries status information about an {@link Item}. */
 @Immutable
-public sealed class StatusMetadata implements ItemMetadata
+public abstract sealed class StatusMetadata implements ItemMetadata
     permits ErrorStatus, WarningStatus, InfoStatus {
 
     /** The component that generated this status information. */

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


More information about the commits mailing list