[Android] Tiny inline documentation cleanup.

This commit is contained in:
Lioncash 2013-09-26 23:32:41 -04:00
parent 8aba748735
commit f6a8733660
3 changed files with 9 additions and 10 deletions

View file

@ -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;