stubborn generics fix
according to the warning below, I am to change something at the end of the line of code. does anyone with knowledge of generics know what that something might be?
C:\Documents and Settings\Larry\disease_profiles\src\disease_profiles\KillerDiseaseStrikesUSA.java:333: warning: [unchecked] unchecked conversion
Iterator<String>it = list.iterator();

