Remove redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543278 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
233746d8fd
commit
84daf6aee0
|
@ -46,6 +46,6 @@ public interface Transformer<I, O> {
|
|||
* @throws IllegalArgumentException (runtime) if the input is invalid
|
||||
* @throws FunctorException (runtime) if the transform cannot be completed
|
||||
*/
|
||||
public O transform(I input);
|
||||
O transform(I input);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue