"@throws" should be followed by class name and space, not comma

This commit is contained in:
Ben Liblit 2017-12-19 14:25:23 -06:00
parent ca23fc5b91
commit ba71f45119
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ public abstract class ShrikeBTMethod implements IMethod, BytecodeConstants {
*
* This ShrikeBTMethod must not be native.
*
* @throws InvalidClassFileException, {@link UnsupportedOperationException}
* @throws InvalidClassFileException {@link UnsupportedOperationException}
*/
public int getInstructionIndex(int bcIndex) throws InvalidClassFileException {
if (isNative()) {