"@throw" is not a valid Javadoc tag, but "@throws" is

This commit is contained in:
Ben Liblit 2017-12-19 14:20:07 -06:00
parent fa62aa03e6
commit ce403cef2b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class ShrikeClassReaderHandle {
/**
* @return an instance of the class reader ... create one if necessary
* @throw InvalidClassFileException iff Shrike fails to read the class file
* @throws InvalidClassFileException iff Shrike fails to read the class file
* correctly.
*/
public ClassReader get() throws InvalidClassFileException {