File tree 1 file changed +1
-1
lines changed
visualvm/jfr/src/org/graalvm/visualvm/jfr/views/gc
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -662,7 +662,7 @@ public boolean visit(String typeName, JFREvent event) {
662
662
663
663
s .append ("<tr><td nowrap><b>Minimum Size:</b> </td><td width='100%'>" ).append (Formatters .bytesFormat ().format (new Object [] { event .getLong ("minSize" ) })).append ("</td></tr>" ); // NOI18N
664
664
s .append ("<tr><td nowrap><b>Maximum Size:</b> </td><td width='100%'>" ).append (Formatters .bytesFormat ().format (new Object [] { event .getLong ("maxSize" ) })).append ("</td></tr>" ); // NOI18N
665
- s .append ("<tr><td nowrap><b>Yount Generation Ratio:</b> </td><td width='100%'>" ).append (Formatters .numberFormat ().format (event .getLong ("newRatio" ))).append ("</td></tr>" ); // NOI18N
665
+ s .append ("<tr><td nowrap><b>Young Generation Ratio:</b> </td><td width='100%'>" ).append (Formatters .numberFormat ().format (event .getLong ("newRatio" ))).append ("</td></tr>" ); // NOI18N
666
666
667
667
668
668
s .append ("</table>" ); // NOI18N
You can’t perform that action at this time.
0 commit comments