From a503549e94583cd71db5e580629bf67aa86c08bc Mon Sep 17 00:00:00 2001 From: Sangar Date: Sat, 22 Jan 2022 15:18:54 +0100 Subject: [PATCH] Fixed interface name in lifecycle diagram. --- .../cil/oc2/api/bus/device/rpc/RPCDevice.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/java/li/cil/oc2/api/bus/device/rpc/RPCDevice.java b/src/main/java/li/cil/oc2/api/bus/device/rpc/RPCDevice.java index fc2773e3..13c83f4e 100644 --- a/src/main/java/li/cil/oc2/api/bus/device/rpc/RPCDevice.java +++ b/src/main/java/li/cil/oc2/api/bus/device/rpc/RPCDevice.java @@ -29,14 +29,14 @@ import java.util.List; * └──────────┬───────────┘ │ * │ │ * │ ┌──────────┐ │ - * │ │Chunk Load│ ┌──────────────────┐ │ - * ├───┼──────────◄────┤VMDevice.suspend()│ │ - * │ │World Load│ └─────▲────────────┘ │ + * │ │Chunk Load│ ┌───────────────────┐ │ + * ├───┼──────────◄───┤RPCDevice.suspend()│ │ + * │ │World Load│ └──────▲────────────┘ │ * │ └──────────┘ │ │ * │ │ │ - * ┌────────▼───────┐ ┌─────┴──────┐ │ - * ┌──────────►VMDevice.mount()│ │Chunk Unload│ │ - * │ └────────┬───────┘ ┌─►────────────┤ │ + * ┌────────▼────────┐ ┌─────┴──────┐ │ + * ┌──────────►RPCDevice.mount()│ │Chunk Unload│ │ + * │ └────────┬────────┘ ┌─►────────────┤ │ * │ │ │ │World Unload│ │ * │ ┌─────────────────▼───────────────┐ │ └────────────┘ │ * │ │VirtualMachine.isRunning() = true├─┤ │ @@ -46,9 +46,9 @@ import java.util.List; * └─┤Device Added│ │Device Removed│ │Computer Destroyed│ │ * └────────────┘ └──────┬───────┘ └─────┬────────────┘ │ * │ │ │ - * ┌────────▼─────────┐ ┌─────▼────────────┐ │ - * │VMDevice.unmount()│ │VMDevice.unmount()├─┘ - * └──────────────────┘ └──────────────────┘ + * ┌──────────▼────────┐ ┌──────▼────────────┐ │ + * │RPCDevice.unmount()│ │RPCDevice.unmount()├─┘ + * └───────────────────┘ └───────────────────┘ * * * @see ObjectDevice