Merge "Doc change: escape lt char in generic type in pre block." into nyc-dev

This commit is contained in:
Dirk Dougherty
2016-08-16 01:17:31 +00:00
committed by Android (Google) Code Review

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