From d2af58b0f68ebfbba2be7e7679efec6c8c0af12f Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Thu, 9 Feb 2017 11:50:31 -0500 Subject: Update --- BJC-Utils2/src/main/java/bjc/utils/funcdata/IMap.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BJC-Utils2/src/main/java/bjc/utils/funcdata/IMap.java') diff --git a/BJC-Utils2/src/main/java/bjc/utils/funcdata/IMap.java b/BJC-Utils2/src/main/java/bjc/utils/funcdata/IMap.java index e69495a..9e74628 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/funcdata/IMap.java +++ b/BJC-Utils2/src/main/java/bjc/utils/funcdata/IMap.java @@ -146,7 +146,7 @@ public interface IMap { * @param key * The key to remove from the map * @return The previous value for the key in the map, or null if the - * key wasn't in the class. NOTE: Just because you recieved + * key wasn't in the class. NOTE: Just because you received * null, doesn't mean the map wasn't changed. It may mean that * someone put a null value for that key into the map */ @@ -158,4 +158,4 @@ public interface IMap { * @return A list of values in this map */ IList valueList(); -} \ No newline at end of file +} -- cgit v1.2.3