*Fixed generics

This commit is contained in:
Zino 2013-07-16 16:16:15 +02:00
parent c2316aa844
commit 5e59895fe4
1 changed files with 1 additions and 1 deletions

View File

@ -3944,7 +3944,7 @@ public class Quests extends JavaPlugin implements ConversationAbandonedListener,
}
public static boolean checkList(List<?> list, Class c) {
public static boolean checkList(List<?> list, Class<?> c) {
if (list == null) {
return false;