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

Change-Id: Ia3267d2bb591dc7545c1b5feefbe74659d79f824
This commit is contained in:
Dirk Dougherty
2016-07-29 14:44:15 -07:00
parent d779894510
commit 1035b25825

View File

@@ -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);
}
}