fix comment

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3011 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2008-08-26 18:23:06 +00:00
parent 1ff71b20b4
commit 6375b50e54
1 changed files with 1 additions and 11 deletions

View File

@ -53,11 +53,7 @@ import com.ibm.wala.util.strings.Atom;
import com.ibm.wala.util.warnings.Warning;
/**
*
* This class reads method summaries from an XML Stream.
*
* @author sfink
*
*/
public class XMLMethodSummaryReader implements BytecodeConstants {
@ -69,13 +65,7 @@ public class XMLMethodSummaryReader implements BytecodeConstants {
final private AnalysisScope scope;
/**
* Method summaries collected for methods. Mapping Object -> MethodSummary
* where Object is either a
* <ul>
* <li>MethodReference
* <li>TypeReference
* <li>Atom (package name)
* </ul>
* Method summaries collected for methods
*/
final private HashMap<MethodReference, MethodSummary> summaries = HashMapFactory.make();