From 735ed6b27167df2750cb6828540bce41b9722a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Sat, 4 Jun 2016 16:11:42 +0200 Subject: [PATCH] For example indeed... --- src/main/java/li/cil/oc/api/driver/DeviceInfo.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/java/li/cil/oc/api/driver/DeviceInfo.java b/src/main/java/li/cil/oc/api/driver/DeviceInfo.java index 76ef8b05d..0a1c9ae1b 100644 --- a/src/main/java/li/cil/oc/api/driver/DeviceInfo.java +++ b/src/main/java/li/cil/oc/api/driver/DeviceInfo.java @@ -30,7 +30,11 @@ public interface DeviceInfo { *

* For example, OC's tier one memory module returns the following: * - * + * + * + * + * + * *
classmemory
descriptionMemory bank
vendorMightyPirates GmbH & Co. KG
productMultipurpose RAM Type
clock500
* * @return the table of information on this device, or null.