Redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543256 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f27cca133f
commit
3fe52d0cd8
|
@ -39,6 +39,6 @@ public interface Factory<T> {
|
|||
* @return a new object
|
||||
* @throws FunctorException (runtime) if the factory cannot create an object
|
||||
*/
|
||||
public T create();
|
||||
T create();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue