diff options
Diffstat (limited to 'libjava/java/util/Map.java')
-rw-r--r-- | libjava/java/util/Map.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/util/Map.java b/libjava/java/util/Map.java index 75658da..093e13d 100644 --- a/libjava/java/util/Map.java +++ b/libjava/java/util/Map.java @@ -227,7 +227,7 @@ public interface Map * null values may also return null if the key was removed. * * @param key the key to remove - * @return the value the key mapped to, or null if not present + * @return the value the key mapped to, or null if not present. * @throws UnsupportedOperationException if deletion is unsupported * @throws NullPointerException if the key is null and this map doesn't * support null keys. |