Browse Source

Javadoc correction.

1.0.x
Luke Taylor 20 years ago
parent
commit
ee41d24447
  1. 4
      core/src/main/java/org/acegisecurity/concurrent/SessionIdentifierAware.java

4
core/src/main/java/org/acegisecurity/concurrent/SessionIdentifierAware.java

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

Loading…
Cancel
Save