Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Eclipse 3.5.2, Sun JDK 1.6, SVN r1039302
Description
The class /sis-core/src/main/java/org/apache/sis/storage/GeoRSSData.java contains the following method
/* (non-Javadoc)
- @see org.apache.sis.storage.QuadTreeData#getLatLon()
*/
@Override
public LatLon getLatLon() { return this.latLon; }
The @Override annotation is not supported for interfaces by Java 1.5 and should be removed or Java version in parent POM should be 1.6.