소스 검색

Javadoc correction.

Luke Taylor 19 년 전
부모
커밋
ee41d24447
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      core/src/main/java/org/acegisecurity/concurrent/SessionIdentifierAware.java

+ 2 - 2
core/src/main/java/org/acegisecurity/concurrent/SessionIdentifierAware.java

@@ -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