Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanPyrohivskyi committed Sep 24, 2024
1 parent 5aeffe1 commit c8ba8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OsmAnd/src/net/osmand/plus/mapcontextmenu/MenuBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ private PoiUIFilter getPoiFilterForType(String nearestPoiType) {
return null;
}

protected PoiUIFilter getPoiFilterForAmenity(Amenity amenity) {
private PoiUIFilter getPoiFilterForAmenity(Amenity amenity) {
if (amenity != null) {
PoiCategory category = amenity.getType();
PoiType poiType = category.getPoiTypeByKeyName(amenity.getSubType());
Expand Down

0 comments on commit c8ba8aa

Please sign in to comment.