[Android] Tiny inline documentation cleanup.
This commit is contained in:
parent
8aba748735
commit
f6a8733660
|
@ -25,10 +25,9 @@ import android.support.v4.view.ViewPager;
|
|||
public final class PrefsActivity extends Activity implements ActionBar.TabListener
|
||||
{
|
||||
/**
|
||||
* The {@link android.support.v4.view.PagerAdapter} that will provide org.dolphinemu.dolphinemu.settings for each of the
|
||||
* sections. We use a {@link android.support.v4.app.FragmentPagerAdapter} derivative, which will
|
||||
* keep every loaded fragment in memory. If this becomes too memory intensive, it may be best to
|
||||
* switch to a {@link android.support.v4.app.FragmentStatePagerAdapter}.
|
||||
* The {@link FragmentPagerAdapter} that will provide settings
|
||||
* fragments for each of the sections. This will also keep every
|
||||
* loaded fragment in memory.
|
||||
*/
|
||||
private SectionsPagerAdapter mSectionsPagerAdapter;
|
||||
|
||||
|
|
Loading…
Reference in New Issue