Skip to content

Commit 2cc3362

Browse files
committed
checkstyle fixes
1 parent 3c4b6b8 commit 2cc3362

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/nodes/loop/CountedLoopInfo.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,8 @@ public GuardingNode createOverFlowGuard() {
753753
* <p>
754754
* For example, given this loop:
755755
* {@snippet :
756-
* for (int i = 0; i < limit; i += 2) {}
756+
* for (int i = 0; i < limit; i += 2) {
757+
* }
757758
* }
758759
* Most of the time, this loop will execute a limited amount of iterations, and the value of
759760
* {@code i} inside the loop body will be in the interval {@code [0, limit)}. However, in the

0 commit comments

Comments
 (0)