소스 검색

SEC-188: Fix JavaDocs.

Ben Alex 19 년 전
부모
커밋
2ab5af0a69
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/src/main/java/org/acegisecurity/context/SecurityContextHolder.java

+ 1 - 1
core/src/main/java/org/acegisecurity/context/SecurityContextHolder.java

@@ -20,7 +20,7 @@ import org.springframework.util.Assert;
 
 /**
  * Associates a given {@link SecurityContext} with the current execution
- * thread and any new threads the current execution thread may spawn.
+ * thread.
  * 
  * <p>
  * To guarantee that {@link #getContext()} never returns <code>null</code>, this