Uploaded image for project: 'Spatial Information Systems'
  1. Spatial Information Systems
  2. SIS-26

Use of Java 1.6 Annotation in /sis-core/src/main/java/org/apache/sis/storage/GeoRSSData.java

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.2-incubating
    • Build process, Storage
    • 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.

      Attachments

        Activity

          People

            chrismattmann Chris A. Mattmann
            fchrist Fabian Christ
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: