allow creation of ReceiverTypeContextSelectors in other packages

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@611 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
dolby-oss 2007-01-26 19:06:50 +00:00
parent 34d9acf899
commit b2596fbf0e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class ReceiverTypeContextSelector implements ContextSelector {
private final ClassHierarchy cha;
ReceiverTypeContextSelector(ClassHierarchy cha) {
public ReceiverTypeContextSelector(ClassHierarchy cha) {
this.cha = cha;
}