Normalize spelling of 'Initialize'.

This commit is contained in:
Gary Gregory 2020-11-20 17:02:45 -05:00
parent 84aa4fe4f0
commit 4bd1b5aec6
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ public abstract class AbstractLinkedMap<K, V> extends AbstractHashedMap<K, V> im
}
/**
* Initialise this subclass during construction.
* Initialize this subclass during construction.
* <p>
* NOTE: As from v3.2 this method calls
* {@link #createEntry(HashEntry, int, Object, Object)} to create

View File

@ -181,7 +181,7 @@ public abstract class AbstractReferenceMap<K, V> extends AbstractHashedMap<K, V>
}
/**
* Initialise this subclass during construction, cloning or deserialization.
* Initialize this subclass during construction, cloning or deserialization.
*/
@Override
protected void init() {