[java-identity-provider] branch master updated: Fix problematic Javadoc.

Brent Putman putmanb at georgetown.edu
Fri Feb 7 22:05:43 EST 2020


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

putmanb pushed a commit to branch master
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/master by this push:
       new  a7bd878   Fix problematic Javadoc.
a7bd878 is described below

commit a7bd878a44dfd1e9138b6795d72467ef28e91c6a
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Feb 7 22:05:41 2020 -0500

    Fix problematic Javadoc.
---
 .../idp/authn/impl/RelyingPartyMapJAASLoginConfigStrategy.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/RelyingPartyMapJAASLoginConfigStrategy.java b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/RelyingPartyMapJAASLoginConfigStrategy.java
index 35af50b..49a2b10 100644
--- a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/RelyingPartyMapJAASLoginConfigStrategy.java
+++ b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/RelyingPartyMapJAASLoginConfigStrategy.java
@@ -50,7 +50,7 @@ public class RelyingPartyMapJAASLoginConfigStrategy
     /** Logger. */
     @Nonnull private Logger log = LoggerFactory.getLogger(RelyingPartyMapJAASLoginConfigStrategy.class);
 
-    /** Map holding the relying party -> JAAS config name mappings. */
+    /** Map holding the relying party to JAAS config name mappings. */
     @Nonnull private Map<String, String> relyingPartyMap;
 
     /** The default JAAS config name to use when no specific mapping configured. */

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


More information about the commits mailing list