Fix javadoc.
Some checks failed
Java CI with Gradle / build (push) Has been cancelled

This commit is contained in:
Michael Lipp 2024-02-26 15:19:29 +01:00
parent e25358085f
commit ee2de96c56

View file

@ -21,7 +21,7 @@ package org.jdrupes.vmoperator.runner.qemu.events;
import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.JsonNode;
/** /**
* Signals the processing of the {@link QmpShutdown} event. * Signals the reception of a SHUTDOWN event.
*/ */
public class ShutdownEvent extends MonitorEvent { public class ShutdownEvent extends MonitorEvent {