Skip to content

Commit

Permalink
Remove incorrect @get: property annotation (maplibre#2397)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilsnd authored May 17, 2024
1 parent 6b120b3 commit fd80427
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ class GeoJsonSource : Source {
/**
* @return The url or null
*/
@get:Deprecated("use {@link #getUri()} instead")
@Deprecated("use {@link #getUri()} instead")
get() {
return getUrlInternal()
}
Expand Down

0 comments on commit fd80427

Please sign in to comment.