[
https://issues.apache.org/jira/browse/SIS-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Desruisseaux closed SIS-26.
----------------------------------
> Use of Java 1.6 Annotation in
> /sis-core/src/main/java/org/apache/sis/storage/GeoRSSData.java
> --------------------------------------------------------------------------------------------
>
> Key: SIS-26
> URL: https://issues.apache.org/jira/browse/SIS-26
> Project: Spatial Information Systems
> Issue Type: Bug
> Components: Build process, Storage
> Environment: Eclipse 3.5.2, Sun JDK 1.6, SVN r1039302
> Reporter: Fabian Christ
> Assignee: Chris A. Mattmann
> Fix For: 0.2-incubating
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)