minor, activate link in javadoc/xdoc

This commit is contained in:
Roman Ivanov 2015-05-15 13:52:01 -07:00
parent 3e22f93479
commit 0f06b92909
1 changed files with 1 additions and 1 deletions

View File

@ -1088,7 +1088,7 @@ class MyClass {
<p>
Rationale: If the control variable is modified inside the loop
body, the program flow becomes more difficult to follow.<br/>
See <a href="http://docs.oracle.com/javase/specs/jls/se8/html/jls-14.html#jls-14.14">for statement</a> specification for more details.
See <a href="http://docs.oracle.com/javase/specs/jls/se8/html/jls-14.html#jls-14.14">FOR statement</a> specification for more details.
</p>
<p>
Such loop would be supressed: