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

Commit 1035b258 authored by Dirk Dougherty's avatar Dirk Dougherty
Browse files

Doc change: escape lt char in generic type in pre block.

Change-Id: Ia3267d2bb591dc7545c1b5feefbe74659d79f824
parent d7798945
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);
    }
}