develop
Vyacheslav Boyko 2022-07-07 15:57:40 +03:00
parent 0fb93a1ce0
commit f49fa7297b
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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}