"@throws" with no other information is neither valid nor useful

This commit is contained in:
Ben Liblit 2017-03-22 19:35:12 -05:00
parent 17ee9c3f98
commit 7a198b0968
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ public interface CallGraphBuilder<I extends InstanceKey> {
*
* @param options an object representing controlling options that the call graph building algorithm needs to know.
* @return the built call graph
* @throws
*/
public CallGraph makeCallGraph(AnalysisOptions options, IProgressMonitor monitor) throws IllegalArgumentException,
CallGraphBuilderCancelException;