make stuff public due to move to different package

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1239 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
dolby-oss 2007-06-03 23:35:43 +00:00
parent c64310f3df
commit d991402a3e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public abstract class TestCallGraphShape extends WalaTestCase {
int vn;
Name(int vn, int instructionIndex, String name) {
public Name(int vn, int instructionIndex, String name) {
this.vn = vn;
this.name = name;
this.instructionIndex = instructionIndex;