Skip to content

Commit 8813930

Browse files
committed
fix doc
1 parent c60648d commit 8813930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ protected CountedLoopInfo(Loop loop, InductionVariable limitCheckedIV, IfNode if
151151
}
152152

153153
/**
154-
* See {@link InductionVariable#intact()}
154+
* See {@link InductionVariable#intact()}.
155155
*/
156156
public boolean intact() {
157157
return limitCheckedIV.intact() && limit.isAlive() && body.isAlive() && ifNode.isAlive();

0 commit comments

Comments
 (0)