fix a comment

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2242 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2008-01-02 14:35:24 +00:00
parent 0a68d7609a
commit 06295c3617
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,8 @@ public interface MethodTargetSelector {
boolean mightReturnSyntheticMethod(CGNode caller, CallSiteReference site);
/**
* @return true if there's a possibility that getCalleeTarget on this declared tag3et
* @return true if there's a possibility that getCalleeTarget here might return a
* synthetic method.
*/
boolean mightReturnSyntheticMethod(MethodReference declaredTarget);