NoIssue: Update docs

This commit is contained in:
2026-01-26 13:36:14 +01:00
parent a10117f686
commit b971d50175

View File

@@ -7,7 +7,7 @@ public interface Kicker {
* Starts a process based on the provided fully qualified interface name.
* The actual implementation that is run is binded according to the Context.
*
* @param fqInterfaceName the fully qualified interface name of the process to start. The interface must extend the {@code NenjimProcess} interface.
* @param fqInterfaceName the fully qualified interface name for the actual class to start as a process. The interface must extend the {@code NenjimProcess} interface.
*/
void startProcess(String fqInterfaceName);