Changes
parent
7807aed071
commit
f745ed81e4
|
@ -11,7 +11,9 @@ public interface BasicEngine<V> {
|
||||||
|
|
||||||
public V get();
|
public V get();
|
||||||
|
|
||||||
public void remove();
|
public default void remove(){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
public void execution();
|
public void execution();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue