clean up some comments

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1414 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-07-11 14:49:11 +00:00
parent fb41447efc
commit 096729ad2c
1 changed files with 1 additions and 7 deletions

View File

@ -117,10 +117,7 @@ public abstract class BasicCallGraph extends AbstractNumberedGraph<CGNode> imple
protected abstract CGNode makeFakeWorldClinitNode();
/**
* Method findOrCreateNode. use with extreme care.
*
* @param method
* @return NodeImpl
* Use with extreme care.
*/
public abstract CGNode findOrCreateNode(IMethod method, Context C);
@ -388,9 +385,6 @@ public abstract class BasicCallGraph extends AbstractNumberedGraph<CGNode> imple
return getNode(N.getMethod(), N.getContext()) != null;
}
/**
* @param interpreter
*/
public void setInterpreter(SSAContextInterpreter interpreter) {
this.interpreter = interpreter;
}