For example indeed...

This commit is contained in:
Florian Nücke 2016-06-04 16:11:42 +02:00
parent 4626e1ca8e
commit 735ed6b271

View File

@ -30,7 +30,11 @@ public interface DeviceInfo {
* <p/>
* For example, OC's tier one memory module returns the following:
* <table>
* <tr></tr>
* <tr><td>class</td><td>memory</td></tr>
* <tr><td>description</td><td>Memory bank</td></tr>
* <tr><td>vendor</td><td>MightyPirates GmbH & Co. KG</td></tr>
* <tr><td>product</td><td>Multipurpose RAM Type</td></tr>
* <tr><td>clock</td><td>500</td></tr>
* </table>
*
* @return the table of information on this device, or <code>null</code>.