Add missing right curly brace at end of "{@link ...}"

This commit is contained in:
Ben Liblit 2017-12-19 14:28:50 -06:00
parent 9072560a22
commit 4ad5322ebf
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ public class VolatileMethodSummary {
}
/**
* Like {@link addStatement(SSAInstructionWithPC <? extends SSAInstruction>) but may replace an existing one.
* Like {@link addStatement(SSAInstructionWithPC <? extends SSAInstruction>)} but may replace an existing one.
*
* @param statement The statement to add without care of overwriting
* @return true if a statement has actually been overwritten