今天組內兄弟提交代碼 我更新以後發現編譯通過不了
異常信息如下:
The method getPOIByName(String) of type POISearchByGeoway must override a superclass method
這玩意兒我之前遇到過,於是想寫博客記之,以飨來者!
ok 解決方案如下:
1、右鍵項目>Build Path>Configure Build Path >> JAVA Compiler 修改Compiler Compliance level 改為1.6 (Override注解在java 1.6才出現)。
2、Windows>Preferences>Java>Complier 修改Compiler Compliance level 改為1.6.