mirror of
https://github.com/apache/commons-collections.git
synced 2025-03-01 14:29:06 +00:00
Normalize spelling of 'Initialize'.
This commit is contained in:
parent
84aa4fe4f0
commit
4bd1b5aec6
@ -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>
|
* <p>
|
||||||
* NOTE: As from v3.2 this method calls
|
* NOTE: As from v3.2 this method calls
|
||||||
* {@link #createEntry(HashEntry, int, Object, Object)} to create
|
* {@link #createEntry(HashEntry, int, Object, Object)} to create
|
||||||
|
@ -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
|
@Override
|
||||||
protected void init() {
|
protected void init() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user