We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2243a6f commit 57ad459Copy full SHA for 57ad459
visualvm/application/src/org/graalvm/visualvm/application/jvm/Jvm.java
@@ -103,7 +103,7 @@ public boolean is100() {
103
104
/**
105
* Tests if target JVM is JRE 11.
106
- * @return <CODE>true</CODE> if JVM is JRE 11, <CODE>false</CODE>
+ * @return <CODE>true</CODE> if JVM is JRE 11, <CODE>false</CODE> otherwise
107
*/
108
public boolean is110() {
109
// default implementation for backward compatibility
0 commit comments