Put the ContextKey public in order to access the ContextItem from a CallingStringContext.

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2566 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
egeay 2008-02-12 21:45:58 +00:00
parent acd3f509c1
commit 43de249423
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import com.ibm.wala.ipa.callgraph.propagation.InstanceKey;
public abstract class CallStringContextSelector implements ContextSelector {
static final ContextKey CALL_STRING = new ContextKey() {
public static final ContextKey CALL_STRING = new ContextKey() {
@Override
public String toString() {
return "CALL_STRING_KEY";