mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 03:55:28 -04:00
Fixed typos.
This commit is contained in:
parent
c19338b5b9
commit
d36d828110
@ -32,8 +32,8 @@ import java.util.*;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* An (immutable) empty {@link Map}, that supports all {@code Map} operations
|
||||
* without throwing expcetions (in contrast to {@link Collections#EMPTY_MAP}
|
||||
* An (immutable) empty {@link Map}, that supports all {@code Map} operations
|
||||
* without throwing exceptions (in contrast to {@link Collections#EMPTY_MAP}
|
||||
* that will throw exceptions on {@code put}/{@code remove}).
|
||||
* <p/>
|
||||
* NOTE: This is not a general purpose {@code Map} implementation,
|
||||
@ -41,7 +41,7 @@ import java.io.Serializable;
|
||||
* Instances of this class will always be an empty map.
|
||||
*
|
||||
* @author <a href="mailto:harald.kuhr@gmail.com">Harald Kuhr</a>
|
||||
* @version $Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/util/NullMap.java#2 $
|
||||
* @version $Id: com/twelvemonkeys/util/NullMap.java#2 $
|
||||
*/
|
||||
public final class NullMap<K, V> implements Map<K, V>, Serializable {
|
||||
public final int size() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user