change: 代码清理、注释修复.

This commit is contained in:
2025-03-27 08:56:25 +08:00
parent 494f093041
commit 974b0ffe6d
7 changed files with 16 additions and 23 deletions

View File

@@ -9,7 +9,6 @@ package com.serliunx.statemanagement.machine.handler;
* @version 1.0.0
* @since 2024/12/28
*/
@SuppressWarnings("all")
public final class StateHandlerProcessParams<S> {
/**
@@ -29,7 +28,6 @@ public final class StateHandlerProcessParams<S> {
* @param from 原状态
* @param to 目标状态
* @param attach 附加参数
* @param bidirectionalStateManager 状态机内置的状态管理器
*/
public StateHandlerProcessParams(S from, S to, Object attach) {
this.from = from;