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

Commit 114c0949 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by Android (Google) Code Review
Browse files

Merge "Doc change: escape lt char in generic type in pre block." into nyc-dev

parents f51dfc24 1035b258
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);
    }
}