Fixing minor typo in FastThreadLocal javadoc.
This commit is contained in:
parent
4871630d48
commit
a8cee4d649
@ -23,7 +23,7 @@ import java.util.IdentityHashMap;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A special variant of {@link ThreadLocal} that yields higher access performan when accessed from a
|
* A special variant of {@link ThreadLocal} that yields higher access performance when accessed from a
|
||||||
* {@link FastThreadLocalThread}.
|
* {@link FastThreadLocalThread}.
|
||||||
* <p>
|
* <p>
|
||||||
* Internally, a {@link FastThreadLocal} uses a constant index in an array, instead of using hash code and hash table,
|
* Internally, a {@link FastThreadLocal} uses a constant index in an array, instead of using hash code and hash table,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user