[java-identity-provider] branch maint-4 updated: Javadoc fix.
Scott Cantor
cantor.2 at osu.edu
Thu Dec 15 14:03:11 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=ac0fa19cad17aeba7802a63dd77c104406d0ae46
The following commit(s) were added to refs/heads/maint-4 by this push:
new ac0fa19ca Javadoc fix.
ac0fa19ca is described below
commit ac0fa19cad17aeba7802a63dd77c104406d0ae46
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 15 09:03:08 2022 -0500
Javadoc fix.
---
.../java/net/shibboleth/idp/attribute/impl/ComputedPairwiseIdStore.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-attribute-impl/src/main/java/net/shibboleth/idp/attribute/impl/ComputedPairwiseIdStore.java b/idp-attribute-impl/src/main/java/net/shibboleth/idp/attribute/impl/ComputedPairwiseIdStore.java
index a0941abbd..089749587 100644
--- a/idp-attribute-impl/src/main/java/net/shibboleth/idp/attribute/impl/ComputedPairwiseIdStore.java
+++ b/idp-attribute-impl/src/main/java/net/shibboleth/idp/attribute/impl/ComputedPairwiseIdStore.java
@@ -54,7 +54,7 @@ import org.slf4j.LoggerFactory;
*
* <p>The salt may be global, or produced by a lookup function, and an exception map
* may be injected to override those values. The precedence is [map, function, global],
- * and either a global value or function must be supplied.<.p>
+ * and either a global value or function must be supplied.</p>
*
* <p>In this version of the software, the first argument to the salt strategy function
* will always be null. Future versions will change this.</p>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list