Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
fixed checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron committed Sep 21, 2016
1 parent 196871d commit a838d1b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
import com.mapbox.mapboxandroiddemo.labs.SpaceStationLocationActivity;
import com.mapbox.mapboxandroiddemo.model.ExampleItemModel;
import com.mapbox.mapboxandroiddemo.utils.ItemClickSupport;
import com.mapbox.mapboxsdk.MapboxAccountManager;

import java.util.ArrayList;

Expand Down Expand Up @@ -148,7 +147,7 @@ public void onBackPressed() {
}

@Override
public boolean onNavigationItemSelected(MenuItem item) {
public boolean onNavigationItemSelected(@NonNull MenuItem item) {
// Handle navigation view item clicks here.
int id = item.getItemId();

Expand Down

0 comments on commit a838d1b

Please sign in to comment.