Skip to content

Commit e72540b

Browse files
committed
Mark method parameter as final
1 parent 652efd2 commit e72540b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/github/mobile/ui/issue/IssueDashboardPagerAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public Fragment getItem(final int position) {
9393
}
9494

9595
@Override
96-
public CharSequence getPageTitle(int position) {
96+
public CharSequence getPageTitle(final int position) {
9797
switch (position) {
9898
case 0:
9999
return resources.getString(string.dashboard_watched);

0 commit comments

Comments
 (0)