Clarify a comment

This commit is contained in:
Manu Sridharan 2015-12-11 15:50:25 -08:00
parent 1936ccd94f
commit 2f47ffa02b
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public class AnalysisOptions {
private final boolean ignoreMethodInvoke;
/**
* should get method calls be modeled only for application classes?
* should calls to Class.getMethod() be modeled only for application classes?
*/
private final boolean applicationClassesOnly;