Ben Alex пре 20 година
родитељ
комит
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
  * Associates a given {@link SecurityContext} with the current execution
- * thread and any new threads the current execution thread may spawn.
+ * thread.
  * 
  * 
  * <p>
  * <p>
  * To guarantee that {@link #getContext()} never returns <code>null</code>, this
  * To guarantee that {@link #getContext()} never returns <code>null</code>, this