Remove warnings by generic'ising users of Collections classes

git-svn-id: http://webgoat.googlecode.com/svn/trunk@188 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
rogan.dawes
2007-07-18 13:32:59 +00:00
parent e41a5ca395
commit 9e352396d3
5 changed files with 16 additions and 16 deletions

View File

@ -58,12 +58,12 @@ public class XMLInjection extends LessonAdapter
private final static String ACCOUNTID = "accountID";
public static HashMap rewardsMap = new HashMap();
public static HashMap<Integer, Reward> rewardsMap = new HashMap<Integer, Reward>();
private final static IMG MAC_LOGO = new IMG("images/logos/macadamian.gif").setAlt(
"Macadamian Technologies").setBorder(0).setHspace(0).setVspace(0);
protected static HashMap init()
protected static HashMap<Integer, Reward> init()
{
Reward r = new Reward();