tweak toString()

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2314 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2008-01-08 18:14:32 +00:00
parent 00c5ad2272
commit eb9268fc91
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public abstract class AllocationSiteInNode extends AbstractTypeInNode {
@Override
public String toString() {
return "SITE{" + getNode().getMethod() + ":" + site + " in " + getNode().getContext() + "}";
return "SITE_IN_NODE{" + getNode().getMethod() + ":" + site + " in " + getNode().getContext() + "}";
}
/**