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

am: 1035b25825

Change-Id: I4e4c01fe612bbcf05c31c6d33da6bbbe837aa468
This commit is contained in:
Dirk Dougherty
2016-08-16 01:30:04 +00:00
committed by android-build-merger

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