forked from External/mage
removed redundant modifiers from interfaces
This commit is contained in:
parent
18b4be3ec7
commit
fde10788db
53 changed files with 762 additions and 755 deletions
|
|
@ -31,5 +31,5 @@ package mage.util.functions;
|
|||
* @author nantuko
|
||||
*/
|
||||
public interface Function<X, Y> {
|
||||
public X apply(Y in);
|
||||
X apply(Y in);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue