allow access from Scala wrappers

This commit is contained in:
Julian Dolby 2017-06-24 18:51:27 +02:00
parent 5e0703a4de
commit d774fdeb36
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import com.ibm.wala.util.ref.ReferenceCleanser;
*
* Someday this should maybe go away?
*/
class AnalysisCache implements IAnalysisCacheView {
public class AnalysisCache implements IAnalysisCacheView {
private final IRFactory<IMethod> irFactory;
private final SSACache ssaCache;