[java-identity-provider] branch main updated: Update javadoc for new method.

Scott Cantor cantor.2 at osu.edu
Tue Apr 25 18:20:53 UTC 2023


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=c60a3315a53076776003be12a3f82a61b0755433

The following commit(s) were added to refs/heads/main by this push:
     new c60a3315a Update javadoc for new method.
c60a3315a is described below

commit c60a3315a53076776003be12a3f82a61b0755433
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 25 14:20:49 2023 -0400

    Update javadoc for new method.
---
 .../src/main/java/net/shibboleth/idp/cas/session/impl/CASSPSession.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/session/impl/CASSPSession.java b/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/session/impl/CASSPSession.java
index 1a561f16e..20e3c5459 100644
--- a/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/session/impl/CASSPSession.java
+++ b/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/session/impl/CASSPSession.java
@@ -74,6 +74,8 @@ public class CASSPSession extends BasicSPSession {
      * Get the service URL.
      * 
      * @return service URL
+     * 
+     * @since 5.0.0
      */
     @Nonnull @NotEmpty public String getServiceURL() {
         return serviceURL;

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


More information about the commits mailing list