Fixing minor typo in FastThreadLocal javadoc.

This commit is contained in:
Daniel Bevenius 2014-12-08 13:52:54 +01:00
parent 9b2fede68e
commit 2a426b3d44

View File

@ -23,7 +23,7 @@ import java.util.IdentityHashMap;
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}.
* <p>
* Internally, a {@link FastThreadLocal} uses a constant index in an array, instead of using hash code and hash table,