Fixing minor typo in FastThreadLocal javadoc.

This commit is contained in:
Daniel Bevenius 2014-12-08 13:52:54 +01:00 committed by Norman Maurer
parent cb6646da13
commit ed09fb10bc

View File

@ -23,8 +23,8 @@ import java.util.IdentityHashMap;
import java.util.Set;
/**
* A special variant of {@link ThreadLocal} that yields to higher access performance when accessed from a
* {@link FastThreadLocalAccess} {@link Thread}.
* A special variant of {@link ThreadLocal} that yields higher access performance when accessed from a
* {@link FastThreadLocalThread}.
* <p>
* Internally, a {@link FastThreadLocal} uses a constant index in an array, instead of using hash code and hash table,
* to look for a variable. Although seemingly very subtle, it yields slight performance advantage over using a hash