Eclipse: Syntax Error, parameterized types are only if source level is 1.5

后端 未结 17 1830
清酒与你
清酒与你 2020-12-13 01:55

I try to use the following code:

ArrayList
Map

Eclipse complains about both of them: Syntax Error, para

17条回答
  •  眼角桃花
    2020-12-13 02:33

    change the compiler version to lower value and do apply the changes. The compilation will fail.

    Now update the version to required and do apply the changes, the workspace will get rebuild and the issue will get resolved.

提交回复
热议问题