[java-idp-oidc] branch main updated: Fix parameter comment.

Scott Cantor cantor.2 at osu.edu
Wed Mar 9 14:35:46 UTC 2022


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

scantor pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=d8c01647dd0093eb7d100b13de2afb2d84a079fe

The following commit(s) were added to refs/heads/main by this push:
     new d8c01647 Fix parameter comment.
d8c01647 is described below

commit d8c01647dd0093eb7d100b13de2afb2d84a079fe
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Mar 9 09:35:44 2022 -0500

    Fix parameter comment.
---
 .../idp/plugin/oidc/op/cli/IssueRegistrationAccessTokenArguments.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/cli/IssueRegistrationAccessTokenArguments.java b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/cli/IssueRegistrationAccessTokenArguments.java
index b7580230..8e2c5764 100644
--- a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/cli/IssueRegistrationAccessTokenArguments.java
+++ b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/cli/IssueRegistrationAccessTokenArguments.java
@@ -51,7 +51,7 @@ public class IssueRegistrationAccessTokenArguments extends AbstractCommandLineAr
     @Nullable private String lifetime;
     
     /** Relying party identifier for the access token to be issued. */
-    @Parameter(names = {"-i", "--relyingPartyId"}, required = true, description = "Relying party ID the access token")
+    @Parameter(names = {"-i", "--relyingPartyId"}, required = true, description = "Relying party ID for the access token")
     @Nullable private String relyingPartyId;
     
     /** Flag to signal one-time use of the token. */

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


More information about the commits mailing list