fix
This commit is contained in:
parent
0fb93a1ce0
commit
f49fa7297b
@ -47,7 +47,6 @@ Simple way to use it - to construct an inherited class specified with the type o
|
|||||||
.checking((fsm, event) -> true)
|
.checking((fsm, event) -> true)
|
||||||
.end()
|
.end()
|
||||||
.create();
|
.create();
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Releasing
|
## Releasing
|
||||||
|
@ -72,7 +72,6 @@ import java.util.function.Supplier;
|
|||||||
* .checking((fsm, event) -> true)
|
* .checking((fsm, event) -> true)
|
||||||
* .end()
|
* .end()
|
||||||
* .create();
|
* .create();
|
||||||
* }
|
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* {@link SimpleFsm}
|
* {@link SimpleFsm}
|
||||||
|
Loading…
Reference in New Issue
Block a user