[java-plugin-shibd] branch dev/StateMgmtWIP updated: Fix javadoc.

Codeberg noreply at shibboleth.net
Mon May 4 18:16:57 UTC 2026


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

codeberg pushed a commit to branch dev/StateMgmtWIP
in repository java-plugin-shibd.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd/commit/2bf98a2da0a376bc0f7362f2fa65dc3e9e01dec7

The following commit(s) were added to refs/heads/dev/StateMgmtWIP by this push:
     new 2bf98a2  Fix javadoc.
2bf98a2 is described below

commit 2bf98a2da0a376bc0f7362f2fa65dc3e9e01dec7
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon May 4 14:16:21 2026 -0400

    Fix javadoc.
---
 .../main/java/net/shibboleth/sp/profile/PreserveStateDataAction.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sp-server-api/src/main/java/net/shibboleth/sp/profile/PreserveStateDataAction.java b/sp-server-api/src/main/java/net/shibboleth/sp/profile/PreserveStateDataAction.java
index 076d558..a706783 100644
--- a/sp-server-api/src/main/java/net/shibboleth/sp/profile/PreserveStateDataAction.java
+++ b/sp-server-api/src/main/java/net/shibboleth/sp/profile/PreserveStateDataAction.java
@@ -60,7 +60,7 @@ public class PreserveStateDataAction extends AbstractApplicationAction {
     /** Class logger. */
     @Nonnull private Logger log = LoggerFactory.getLogger(PreserveStateDataAction.class);
 
-    /** Strategy used to create the {@link StateDataContext} to presrve. */
+    /** Strategy used to locate the {@link StateDataContext} to preserve. */
     @Nonnull private Function<ProfileRequestContext,StateDataContext> stateDataContextLookupStrategy;
     
     /** Whether an error constructing a state token is fatal. */

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


More information about the commits mailing list