Fix typos.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469079 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
73bf0ef0f8
commit
fd5c46d080
|
@ -52,7 +52,7 @@ import java.lang.ref.Reference;
|
|||
* This implementation is not synchronized.
|
||||
* You can use {@link java.util.Collections#synchronizedMap} to
|
||||
* provide synchronized access to a <code>ReferenceIdentityMap</code>.
|
||||
* Remember that synchronization will not stop the garbage collecter removing entries.
|
||||
* Remember that synchronization will not stop the garbage collector removing entries.
|
||||
* <p>
|
||||
* All the available iterators can be reset back to the start by casting to
|
||||
* <code>ResettableIterator</code> and calling <code>reset()</code>.
|
||||
|
|
|
@ -50,7 +50,7 @@ import java.io.Serializable;
|
|||
* This implementation is not synchronized.
|
||||
* You can use {@link java.util.Collections#synchronizedMap} to
|
||||
* provide synchronized access to a <code>ReferenceMap</code>.
|
||||
* Remember that synchronization will not stop the garbage collecter removing entries.
|
||||
* Remember that synchronization will not stop the garbage collector removing entries.
|
||||
* <p>
|
||||
* All the available iterators can be reset back to the start by casting to
|
||||
* <code>ResettableIterator</code> and calling <code>reset()</code>.
|
||||
|
|
Loading…
Reference in New Issue