Fix missing "#" when using "@link" to refer to same-class member

This commit is contained in:
Ben Liblit 2017-12-19 16:06:28 -06:00
parent 0d6d9f2b2e
commit 4cf2dac911
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ public class VolatileMethodSummary {
/**
* Retrieves a mapping from SSA-Number to a constant.
*
* You can add Constants using the function {@link addConstant(java.lang.Integer, ConstantValue)}.
* You can add Constants using the function {@link #addConstant(java.lang.Integer, ConstantValue)}.
* A call to this function gets passed directly to the internal MethodSummary.
*
* @return a mapping from SSA-Number to assigned ConstantValue