Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9211b30 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by android-build-merger
Browse files

Doc change: escape lt char in generic type in pre block. am: 1035b258 am: f98babb1

am: 7d503c66

Change-Id: I065983d6723313eb998d26a740d98f8e343df83d
parents 726f4199 7d503c66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@ android.app.Fragment} into the main content view (the
<pre>
private class DrawerItemClickListener implements ListView.OnItemClickListener {
    &#64;Override
    public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
    public void onItemClick(AdapterView&lt;?> parent, View view, int position, long id) {
        selectItem(position);
    }
}