I am currently working on a project for fun(A text based game
). Anyway it is coming along very nicely and I have had no problems however Eclipse is giving me a warning about raw types saying "Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized". So far this has not caused any problems but I am obviously doing something that is bad programming practice, and I would like to improve upon that. I'm not sure if it is necessary for me to post code if so just ask

