Utility class for building call graphs of HTML pages.

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@4488 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
msridhar1 2012-02-17 20:19:57 +00:00
parent 5c0c7eb7f8
commit fa3264bade
1 changed files with 1 additions and 1 deletions

View File

@ -149,4 +149,4 @@ public class HTMLCGBuilder {
else
System.out.println("Call graph construction took " + res.construction_time/1000.0 + " seconds");
}
}
}