Error when adding
I am trying to add the name Ann to my list called theList like this.theList.add("Ann");This is the warning I am getting warning: [unchecked] unchecked call to addLast(E) as a member of the raw type java.util.LinkedListWhat would cause such an error?