change: 移除测试中的slf4j及lombok.

This commit is contained in:
2025-02-06 19:41:04 +08:00
parent 30e37e6630
commit 4b4a6d27b3
3 changed files with 0 additions and 18 deletions

View File

@@ -5,7 +5,6 @@ import com.serliunx.statemanagement.machine.StateMachine;
import com.serliunx.statemanagement.machine.StateMachineBuilder;
import com.serliunx.statemanagement.support.PrinterEvent;
import com.serliunx.statemanagement.support.PrinterState;
import lombok.extern.slf4j.Slf4j;
import org.junit.Test;
import java.util.concurrent.Executors;
@@ -17,7 +16,6 @@ import java.util.concurrent.Executors;
* @version 1.0.0
* @since 2024/12/28
*/
@Slf4j
public class MachineTest {
@Test