master
chentaisen 2024-09-05 17:05:27 +08:00
parent 7807aed071
commit f745ed81e4
1 changed files with 3 additions and 1 deletions

View File

@ -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();
} }