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

Commit 61a7f64e 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

Change-Id: I4e4c01fe612bbcf05c31c6d33da6bbbe837aa468
parents b14543d9 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);
    }
}