Skip to content

Commit

Permalink
Merge pull request JakeWharton#949 from iontech/name-correct
Browse files Browse the repository at this point in the history
Name correct
  • Loading branch information
JakeWharton committed Jul 2, 2013
2 parents dda54ff + beb29c5 commit 87ba3cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ public void setSelectedNavigationItem(int position) {
break;
default:
throw new IllegalStateException(
"setSelectedNavigationIndex not valid for current navigation mode");
"setSelectedNavigationItem not valid for current navigation mode");
}
}

Expand Down

0 comments on commit 87ba3cd

Please sign in to comment.