delete a broken comment

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1257 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-06-06 21:13:22 +00:00
parent 9f1ab271a9
commit c49d6d84e2
1 changed files with 1 additions and 3 deletions

View File

@ -136,9 +136,7 @@ public class SSAInvokeInstruction extends SSAAbstractInvokeInstruction {
return site.hashCode() * 7529;
}
/*
* @see com.ibm.wala.ssa.Instruction#getExceptionTypes()
*/
@Override
public Collection<TypeReference> getExceptionTypes() {
return Exceptions.getNullPointerException();