Update language to comply with Android’s inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Change-Id: I56dd8778516103367dc17ae55bdff4457185de46
This commit is contained in:
@@ -203,7 +203,7 @@ public class SwipeRefreshLayoutBasicFragment extends Fragment {
|
||||
// END_INCLUDE (refresh_complete)
|
||||
|
||||
/**
|
||||
* Dummy {@link AsyncTask} which simulates a long running task to fetch new cheeses.
|
||||
* Placeholder {@link AsyncTask} which simulates a long running task to fetch new cheeses.
|
||||
*/
|
||||
private class DummyBackgroundTask extends AsyncTask<Void, Void, List<String>> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user