[android] Fixed review notes

This commit is contained in:
Alexander Zatsepin 2018-08-06 14:54:25 +03:00 committed by Vlad Mihaylenko
parent 8e1fb8203f
commit 1722e04311
3 changed files with 3 additions and 2 deletions

View file

@ -1059,7 +1059,7 @@ public class MwmActivity extends BaseMwmFragmentActivity
addTask(mapTask);
}
private boolean showBookmarkCategory(BookmarkCategory category)
private boolean showBookmarkCategory(@NonNull BookmarkCategory category)
{
Framework.nativeShowBookmarkCategory(category.getId());
return true;

View file

@ -56,7 +56,7 @@ public class BookmarksCatalogFragment extends BaseWebViewMwmFragment
@SuppressWarnings("NullableProblems")
@NonNull
private CatalogListenerDecorator mCatalogListener;
private BookmarkManager.BookmarksCatalogListener mCatalogListener;
@Override
public void onCreate(@Nullable Bundle savedInstanceState)

View file

@ -31,6 +31,7 @@ public class ShowOnMapCatalogCategoryFragment extends DialogFragment
mCategory = getCategoryOrThrow(args);
}
@NonNull
private BookmarkCategory getCategoryOrThrow(@Nullable Bundle args)
{
BookmarkCategory category;