diff --git a/common/common-lang/src/main/java/com/twelvemonkeys/util/NullMap.java b/common/common-lang/src/main/java/com/twelvemonkeys/util/NullMap.java index 9a3a1968..eb538915 100755 --- a/common/common-lang/src/main/java/com/twelvemonkeys/util/NullMap.java +++ b/common/common-lang/src/main/java/com/twelvemonkeys/util/NullMap.java @@ -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}). *
* 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 Harald Kuhr - * @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