tweak comments

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2635 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2008-02-29 18:28:57 +00:00
parent 54e1f8ff05
commit 671e93ca37
2 changed files with 1 additions and 6 deletions

View File

@ -47,8 +47,7 @@ import com.ibm.wala.util.warnings.Warning;
import com.ibm.wala.util.warnings.Warnings;
/**
*
* A synthetic method from the FakeRootClass
* A synthetic method from the {@link FakeRootClass}
*
* @author sfink
*/
@ -84,8 +83,6 @@ public abstract class AbstractRootMethod extends SyntheticMethod {
}
/*
* (non-Javadoc)
*
* @see com.ibm.wala.classLoader.IMethod#getStatements(com.ibm.wala.util.warnings.WarningSet)
*/
@Override
@ -120,7 +117,6 @@ public abstract class AbstractRootMethod extends SyntheticMethod {
* if site is null
*/
public SSAInvokeInstruction addInvocation(int[] params, CallSiteReference site) {
if (site == null) {
throw new IllegalArgumentException("site is null");
}

View File

@ -21,7 +21,6 @@ import com.ibm.wala.types.MethodReference;
import com.ibm.wala.util.strings.Atom;
/**
*
* A synthetic method that models the fake root node.
*
* @author sfink