Browse Source

Somewhat clearer explanation?

master
Gintas Grigelionis 7 years ago
parent
commit
c1196de69a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      manual/Tasks/property.html

+ 1
- 1
manual/Tasks/property.html View File

@@ -51,7 +51,7 @@ they are most definitely not variables.</p>
of the variable.</li>
<li>By setting the <var>runtime</var> attribute with a prefix to use.
Properties <code>prefix.availableProcessors</code>, <code>prefix.freeMemory</code>, <code>prefix.totalMemory</code>
and <code>prefix.maxMemory</code> will be defined with values that correspond to the
and <code>prefix.maxMemory</code> will be defined with values returned by the
corresponding methods of
the <a href="https://docs.oracle.com/javase/10/docs/api/java/lang/Runtime.html">Runtime</a>
class.</li>


Loading…
Cancel
Save