mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-10 01:36:03 +00:00
Cleanup SRC
This commit is contained in:
@@ -2,7 +2,6 @@ package com.volmit.iris.util;
|
||||
|
||||
@SuppressWarnings("hiding")
|
||||
@FunctionalInterface
|
||||
public interface Function2<A, B, R>
|
||||
{
|
||||
public R apply(A a, B b);
|
||||
public interface Function2<A, B, R> {
|
||||
R apply(A a, B b);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user