[java-identity-provider] branch main updated: Javadoc fix.

Scott Cantor cantor.2 at osu.edu
Tue Jul 22 12:42:34 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=26ab8d09ef05b21ad1f69f538bad52c2fe9b20fc

The following commit(s) were added to refs/heads/main by this push:
     new 26ab8d09e Javadoc fix.
26ab8d09e is described below

commit 26ab8d09ef05b21ad1f69f538bad52c2fe9b20fc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 22 08:42:30 2025 -0400

    Javadoc fix.
---
 .../java/net/shibboleth/idp/cas/protocol/ServiceTicketResponse.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-cas-api/src/main/java/net/shibboleth/idp/cas/protocol/ServiceTicketResponse.java b/idp-cas-api/src/main/java/net/shibboleth/idp/cas/protocol/ServiceTicketResponse.java
index f7bb4609e..35cdf3ee5 100644
--- a/idp-cas-api/src/main/java/net/shibboleth/idp/cas/protocol/ServiceTicketResponse.java
+++ b/idp-cas-api/src/main/java/net/shibboleth/idp/cas/protocol/ServiceTicketResponse.java
@@ -60,9 +60,9 @@ public class ServiceTicketResponse {
     }
 
     /**
-     * Get the service that requested the ticket.
+     * Get the ticket issued to the service.
      * 
-     * @return the service that requested the ticket
+     * @return the ticket issued to the service
      */
     @Nonnull public String getTicket() {
         return serviceTicket;

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


More information about the commits mailing list