Fix typo in javadoc

This commit is contained in:
Bruno P. Kinoshita 2017-10-04 17:17:06 +13:00
parent c8bdf60d1d
commit 1cdad51a01
1 changed files with 1 additions and 1 deletions

View File

@ -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