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

后端 未结 17 1818
清酒与你
清酒与你 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:22

    Right click your project and choose properties in the properties dialog check the Java Compiler settings, maybe you have different workspace settings.

提交回复
热议问题