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

am: 1035b25825

Change-Id: Iecc647ac91d9d6d452091c214138a6e650babac0
This commit is contained in:
Dirk Dougherty
2016-08-16 01:29:47 +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);
}
}