Fix javadoc.

This commit is contained in:
Florian Nücke
2022-01-07 08:18:33 +01:00
parent 0169158e95
commit 28734a68d9

View File

@@ -97,10 +97,6 @@ public interface VMContext {
/**
* Waits for the executor thread of the virtual machine to finish running.
* <p>
* Events subscribers can only be registered inside {@link VMDevice#mount(VMContext)}.
* Trying to register subscribers after that method has returned will result in an
* exception.
* <p>
* Note that this may trigger a {@link li.cil.oc2.api.bus.device.vm.event.VMPausingEvent}
* if the virtual machine has not been paused before. Calling this on a paused virtual
* machine is a no-op.