Javadoc correction.

This commit is contained in:
Luke Taylor 2006-02-19 22:23:04 +00:00
parent e12c8310eb
commit ee41d24447
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
package org.acegisecurity.concurrent;
/**
* Implemented by {@link Authentication#getDetails()} implementations that are
* capable of returning a session ID.
* Implemented by {@link org.acegisecurity.Authentication#getDetails()}
* implementations that are capable of returning a session ID.
*
* <p>
* This interface is used by {@link