[java-opensaml] branch main updated: Missing final.

Codeberg noreply at shibboleth.net
Tue Jan 20 19:10:21 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-opensaml.

View the commit online:
https://codeberg.org/Shibboleth/java-opensaml/commit/fcc8960cb83268a3aa013fec431d30a7ea143eb2

The following commit(s) were added to refs/heads/main by this push:
     new fcc8960cb Missing final.
fcc8960cb is described below

commit fcc8960cb83268a3aa013fec431d30a7ea143eb2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 20 14:10:11 2026 -0500

    Missing final.
---
 .../opensaml/saml/metadata/resolver/filter/impl/NameIDFormatFilter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/NameIDFormatFilter.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/NameIDFormatFilter.java
index abd11fce5..6706c05ba 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/NameIDFormatFilter.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/NameIDFormatFilter.java
@@ -57,7 +57,7 @@ import net.shibboleth.shared.primitive.StringSupport;
 public class NameIDFormatFilter extends AbstractMetadataFilter {
 
     /** Used as a value in place of an empty collection when removing only. */
-    @Nonnull @NotEmpty private static String GUARD_VALUE = "_EMPTY";
+    @Nonnull @NotEmpty private static final String GUARD_VALUE = "_EMPTY";
     
     /** Class logger. */
     @Nonnull private final Logger log = LoggerFactory.getLogger(NameIDFormatFilter.class);

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


More information about the commits mailing list