change a comment from DOMO -> WALA

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@584 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-01-18 17:12:18 +00:00
parent 2d0309022b
commit 3e3783bed2
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ abstract public class WalaCGModel {
escope.setExclusionFileName("J2SEClassHierarchyExclusions.xml");
// generate a DOMO-consumable wrapper around the incoming scope object
// generate a WALA-consumable wrapper around the incoming scope object
EMFScopeWrapper scope = EMFScopeWrapper.generateScope(escope);
return scope;
}