You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2010/11/26 17:11:13 UTC

[jira] Resolved: (SIS-26) Use of Java 1.6 Annotation in /sis-core/src/main/java/org/apache/sis/storage/GeoRSSData.java

     [ https://issues.apache.org/jira/browse/SIS-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann resolved SIS-26.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.2-incubating

- fixed in r1039434. Thanks Fabian!

> 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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.