The mentor is saying "Check the createMap() method. The HashMap should consist of 10 entries that represent (last name, first name) pairs." However in looking at the createMap() method I have ten entries and they are not duplicate items, so I'm not seeing what is the issue is with how I declared and added items to the HashMap. Please advise.