瀏覽代碼

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