[java-identity-provider] branch main updated: Javadoc nit.
Scott Cantor
cantor.2 at osu.edu
Mon Mar 31 16:06:58 UTC 2025
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=0dc02b6001a984e40ed2d3b50fbb839185fb10d5
The following commit(s) were added to refs/heads/main by this push:
new 0dc02b600 Javadoc nit.
0dc02b600 is described below
commit 0dc02b6001a984e40ed2d3b50fbb839185fb10d5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 31 12:06:54 2025 -0400
Javadoc nit.
---
.../shibboleth/idp/authn/SubjectCanonicalizationFlowDescriptor.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-authn-api/src/main/java/net/shibboleth/idp/authn/SubjectCanonicalizationFlowDescriptor.java b/idp-authn-api/src/main/java/net/shibboleth/idp/authn/SubjectCanonicalizationFlowDescriptor.java
index 08b0eb2ea..12a938be4 100644
--- a/idp-authn-api/src/main/java/net/shibboleth/idp/authn/SubjectCanonicalizationFlowDescriptor.java
+++ b/idp-authn-api/src/main/java/net/shibboleth/idp/authn/SubjectCanonicalizationFlowDescriptor.java
@@ -66,12 +66,12 @@ public class SubjectCanonicalizationFlowDescriptor extends AbstractIdentifiableI
}
/**
- * Sets the flow ID for this descriptor.
+ * Sets the webflow ID for this descriptor.
*
* <p>This defaults to the component ID, but can be overridden to allow multiple
* components to be defined for a given webflow.</p>
*
- * @param id
+ * @param id webflow ID
*
* @since 5.2.0
*/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list