diff options
| author | Lioncash <mathew1800@gmail.com> | 2013-08-29 12:45:40 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2013-08-29 12:45:40 -0400 |
| commit | 01764fef67d650d36f33b4dcae3744997c2636da (patch) | |
| tree | d4184f87789029046c3b7468b8d0ab9d3a9588f4 /Source | |
| parent | 8fd2c32ba65be8338be171dee744839adce95dd7 (diff) | |
[Android] Forgot to make the AboutFragmentAdapter class 'final'
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Android/src/org/dolphinemu/dolphinemu/AboutFragment.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/src/org/dolphinemu/dolphinemu/AboutFragment.java b/Source/Android/src/org/dolphinemu/dolphinemu/AboutFragment.java index 325c5ce4d8..3a41b0872e 100644 --- a/Source/Android/src/org/dolphinemu/dolphinemu/AboutFragment.java +++ b/Source/Android/src/org/dolphinemu/dolphinemu/AboutFragment.java @@ -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; |
