Lista é um tipo bruto. Referências ao tipo genérico List <E> devem ser parametrizadas

Abaixo está minha sintaxe

List synchronizedpubliesdList = Collections.synchronizedList(publiesdList);

Estou recebendo um erro de sintaxe de:

List is a raw type. References to generic type List<E> should be parameterized.

Por favor, sugira a solução.

questionAnswers(4)

yourAnswerToTheQuestion