Its a compiler warning that lets you know you that you are using a raw type of a class that is implemented using generics. To find out exactly what lines the compiler is referring to, compile from the command line using:

javac -Xlint:unchecked <class to compile>