# HG changeset patch # User Tom Rodriguez # Date 1431986225 25200 # Node ID 877d718f3ab2ed1f0e06081b652b65bb3b8c1854 # Parent f5c2bc68205e91a2eb1ceb71d4c3f1726cfde703 Fixed javadoc formatting diff -r f5c2bc68205e -r 877d718f3ab2 graal/com.oracle.graal.api.code/src/com/oracle/graal/api/code/BytecodePosition.java --- a/graal/com.oracle.graal.api.code/src/com/oracle/graal/api/code/BytecodePosition.java Mon May 18 14:46:23 2015 -0700 +++ b/graal/com.oracle.graal.api.code/src/com/oracle/graal/api/code/BytecodePosition.java Mon May 18 14:57:05 2015 -0700 @@ -107,7 +107,7 @@ return caller; } - /* + /** * Adds a caller to the current position returning the new position. */ public BytecodePosition addCaller(BytecodePosition link) {