摘要:
今天组内兄弟提交代码 我更新以后发现编译通过不了异常信息如下: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>Pre 阅读全文
posted @ 2013-05-15 10:44
李克华
阅读(393)
评论(0)
推荐(0)