[java-identity-provider] branch main updated: Remove unneeded keyword.

Scott Cantor cantor.2 at osu.edu
Mon Aug 14 17:14:26 UTC 2023


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

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=ca012421b718a1d2ddbe2026630fdc4c72c7bd2f

The following commit(s) were added to refs/heads/main by this push:
     new ca012421b Remove unneeded keyword.
ca012421b is described below

commit ca012421b718a1d2ddbe2026630fdc4c72c7bd2f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 14 13:14:23 2023 -0400

    Remove unneeded keyword.
---
 .../idp/saml/profile/config/BrowserSSOProfileConfiguration.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/BrowserSSOProfileConfiguration.java b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/BrowserSSOProfileConfiguration.java
index 7622483f2..177be93f1 100644
--- a/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/BrowserSSOProfileConfiguration.java
+++ b/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/BrowserSSOProfileConfiguration.java
@@ -53,7 +53,7 @@ public interface BrowserSSOProfileConfiguration extends AuthenticationProfileCon
      * 
      * @return the formats to use
      */
-    @Nonnull @NotLive @Unmodifiable public List<String> getNameIDFormatPrecedence(
+    @Nonnull @NotLive @Unmodifiable List<String> getNameIDFormatPrecedence(
             @Nullable final ProfileRequestContext profileRequestContext);
 
 }
\ 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