Commit f9bc6050 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed javadocs.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9313 b35dd754-fafc-0310-a699-88a17e54d16e
parent a765eb86
...@@ -39,12 +39,11 @@ public interface SessionEventListener { ...@@ -39,12 +39,11 @@ public interface SessionEventListener {
* @param session the authenticated session of an anonymous user. * @param session the authenticated session of an anonymous user.
*/ */
public void anonymousSessionCreated(Session session); public void anonymousSessionCreated(Session session);
/** /**
/** * An authenticated session of an anonymous user was destroyed.
* An authenticated session of an anonymous user was destroyed. *
* * @param session the authenticated session of an anonymous user.
* @param session the authenticated session of an anonymous user.
*/ */
public void anonymousSessionDestroyed(Session session); public void anonymousSessionDestroyed(Session session);
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment