Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Hollmann committed Jul 3, 2020
1 parent 00f5ce1 commit 3f1d352
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ This project includes:
org.apache.xmlgraphics:batik-transcoder under The Apache Software License, Version 2.0
org.apache.xmlgraphics:batik-util under The Apache Software License, Version 2.0
org.apache.xmlgraphics:batik-xml under The Apache Software License, Version 2.0
org.locationtech.jts:jts-core under Eclipse Publish License, Version 1.0 or Eclipse Distribution License - v 1.0
org.locationtech.jts:jts-core under Eclipse Public License, Version 2.0 or Eclipse Distribution License - v 1.0
QDox under The Apache Software License, Version 2.0
quartz under The Apache Software License, Version 2.0
Referencing services under Lesser General Public License (LGPL)
Expand Down
7 changes: 6 additions & 1 deletion spi/src/test/java/org/n52/io/geojson/GeoJSONTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,12 @@ protected Geometry copyInternal() {
}

@Override
protected int getSortIndex() {
protected Geometry reverseInternal() {
return null;
}

@Override
protected int getTypeCode() {
return 0;
}
}
Expand Down

0 comments on commit 3f1d352

Please sign in to comment.