Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1453519 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cdfd6b7a67
commit
88ca4cdf88
|
@ -26,7 +26,7 @@ package org.apache.commons.collections;
|
||||||
* from an object.
|
* from an object.
|
||||||
* <p>
|
* <p>
|
||||||
* Standard implementations of common transformers are provided by
|
* Standard implementations of common transformers are provided by
|
||||||
* {@link TransformerUtils}. These include method invokation, returning a constant,
|
* {@link TransformerUtils}. These include method invocation, returning a constant,
|
||||||
* cloning and returning the string value.
|
* cloning and returning the string value.
|
||||||
*
|
*
|
||||||
* @param <I> the input type to the transformer
|
* @param <I> the input type to the transformer
|
||||||
|
|
Loading…
Reference in New Issue