Repository: commons-collections Updated Branches: refs/heads/master c8bdf60d1 -> 1cdad51a0
Fix typo in javadoc Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/1cdad51a Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/1cdad51a Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/1cdad51a Branch: refs/heads/master Commit: 1cdad51a01ed767259016b5f6e34f873943e3c62 Parents: c8bdf60 Author: Bruno P. Kinoshita <[email protected]> Authored: Wed Oct 4 17:17:06 2017 +1300 Committer: Bruno P. Kinoshita <[email protected]> Committed: Wed Oct 4 17:17:06 2017 +1300 ---------------------------------------------------------------------- .../java/org/apache/commons/collections4/map/AbstractMapTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/1cdad51a/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java b/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java index b6f719f..280404b 100644 --- a/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java +++ b/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java @@ -727,7 +727,7 @@ public abstract class AbstractMapTest<K, V> extends AbstractObjectTest { /** * Tests Map.toString(). Since the format of the string returned by the * toString() method is not defined in the Map interface, there is no - * common way to test the results of the toString() method. Thereforce, + * common way to test the results of the toString() method. Therefore, * it is encouraged that Map implementations override this test with one * that checks the format matches any format defined in its API. This * default implementation just verifies that the toString() method does
