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

Scott Cantor cantor.2 at osu.edu
Thu Oct 20 15:23:31 UTC 2022


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=966296bda443948809165cedc05eb599b8de77e8

The following commit(s) were added to refs/heads/main by this push:
     new 966296bda Fix Javadoc.
966296bda is described below

commit 966296bda443948809165cedc05eb599b8de77e8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 20 11:23:28 2022 -0400

    Fix Javadoc.
---
 .../src/main/java/net/shibboleth/idp/session/SessionException.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-session-api/src/main/java/net/shibboleth/idp/session/SessionException.java b/idp-session-api/src/main/java/net/shibboleth/idp/session/SessionException.java
index 548f165b9..baef2292a 100644
--- a/idp-session-api/src/main/java/net/shibboleth/idp/session/SessionException.java
+++ b/idp-session-api/src/main/java/net/shibboleth/idp/session/SessionException.java
@@ -19,7 +19,7 @@ package net.shibboleth.idp.session;
 
 import javax.annotation.Nullable;
 
-/** Exception indicating a problem authenticating a user. */
+/** Exception indicating a problem with the session layer. */
 public class SessionException extends Exception {
 
     /** Serial version UID. */

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


More information about the commits mailing list