minor cleanups

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@848 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-03-12 16:09:39 +00:00
parent 1fbd41306c
commit 978bddae43
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ public class JavaScriptConstructTargetSelector implements MethodTargetSelector {
}
private IMethod makeFunctionConstructor(IClass receiver, IClass cls) {
Pair tableKey = new Pair(receiver, cls);
Pair<IClass,IClass> tableKey = new Pair<IClass,IClass>(receiver, cls);
if (constructors.containsKey(tableKey)) return constructors.get(tableKey);
MethodReference ref =