Fix javadoc.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user