From 0f06b92909939244a6bc872bf40fa37e349c19f2 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Fri, 15 May 2015 13:52:01 -0700 Subject: [PATCH] minor, activate link in javadoc/xdoc --- src/xdocs/config_coding.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdocs/config_coding.xml b/src/xdocs/config_coding.xml index 74340240c..0533e2bca 100644 --- a/src/xdocs/config_coding.xml +++ b/src/xdocs/config_coding.xml @@ -1088,7 +1088,7 @@ class MyClass {

Rationale: If the control variable is modified inside the loop body, the program flow becomes more difficult to follow.
- See for statement specification for more details. + See FOR statement specification for more details.

Such loop would be supressed: