[Android] Forgot to make the AboutFragmentAdapter class 'final'

This commit is contained in:
Lioncash 2013-08-29 12:45:40 -04:00
parent 8fd2c32ba6
commit 01764fef67
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public final class AboutFragment extends Fragment
}
// The adapter that manages the displaying of items in this AboutFragment.
private static class AboutFragmentAdapter extends ArrayAdapter<AboutFragmentItem>
private static final class AboutFragmentAdapter extends ArrayAdapter<AboutFragmentItem>
{
private final Context ctx;
private final int id;