[java-identity-provider] branch master updated: Fix javadoc warning.

Scott Cantor cantor.2 at osu.edu
Wed Jun 5 16:01:51 EDT 2019


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

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=113b8f338809b584f5ef2a62fdf78ab68907806d

The following commit(s) were added to refs/heads/master by this push:
       new  113b8f3   Fix javadoc warning.
113b8f3 is described below

commit 113b8f338809b584f5ef2a62fdf78ab68907806d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 5 16:01:48 2019 -0400

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

diff --git a/idp-session-api/src/main/java/net/shibboleth/idp/session/AbstractIdPSession.java b/idp-session-api/src/main/java/net/shibboleth/idp/session/AbstractIdPSession.java
index 5bbe8cd..2f02cf6 100644
--- a/idp-session-api/src/main/java/net/shibboleth/idp/session/AbstractIdPSession.java
+++ b/idp-session-api/src/main/java/net/shibboleth/idp/session/AbstractIdPSession.java
@@ -151,7 +151,7 @@ public abstract class AbstractIdPSession implements IdPSession {
     /**
      * Set the last activity instant for the session.
      * 
-     * <p>This manipulates only the internal state of the object. The {@link #setLastActivityInstant(long)}
+     * <p>This manipulates only the internal state of the object. The {@link #setLastActivityInstant(Instant)}
      * method must be overridden to support other persistence requirements.</p>
      * 
      * @param instant last activity instant for the session

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


More information about the commits mailing list