Skip to content

Commit

Permalink
Follow up with deprecations in GeoTools WMTS classes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaime committed Dec 21, 2021
1 parent d7619a6 commit 85338b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public GetFeatureInfoResponse issueRequest(GetFeatureInfoRequest request) {
}

@Override
@SuppressWarnings("deprecation")
public Set<Tile> issueRequest(GetTileRequest request) throws ServiceException {
return delegate.issueRequest(request);
}
Expand Down

0 comments on commit 85338b8

Please sign in to comment.