java.lang.Error: Unresolved compilation problem:
java.lang.Error: Unresolved compilation problem:
The method getSafeCnt(ElvtrSpecVo) of type ElvtrSpecServiceImpl must override a superclass method
at acdn.welvt.elvtr.service.impl.ElvtrSpecServiceImpl.getSafeCnt(ElvtrSpecServiceImpl.java:68)
at acdn.welvt.elvtr.web.ElvtrSpecController.getSafeCnt(ElvtrSpecController.java:359)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAc
---
프로젝트 체크아웃 후 셋팅 후 톰켓 시작시 override 에러 발생
project 우클릭 > properties > java compiler - use default compliance setttings
가 1.5로 되어 있었다.
1.6으로 변경 후 해결