diff --git a/src/main/java/com/r35157/nenjim/kicker/Kicker.java b/src/main/java/com/r35157/nenjim/kicker/Kicker.java index 88a1521..6bd7923 100644 --- a/src/main/java/com/r35157/nenjim/kicker/Kicker.java +++ b/src/main/java/com/r35157/nenjim/kicker/Kicker.java @@ -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);