am 781ec7e9: am e6734b6b: Merge "Fix javadoc for Adapter.getViewTypeCount()"

* commit '781ec7e9d408dacfab761c02d6e4b1345c5dfd87':
  Fix javadoc for Adapter.getViewTypeCount()
This commit is contained in:
Wale Ogunwale
2015-06-23 17:28:30 +00:00
committed by Android Git Automerger

View File

@@ -130,8 +130,7 @@ public interface Adapter {
* type of View for all items, this method should return 1.
* </p>
* <p>
* This method will only be called when when the adapter is set on the
* the {@link AdapterView}.
* This method will only be called when the adapter is set on the {@link AdapterView}.
* </p>
*
* @return The number of types of Views that will be created by this adapter
@@ -148,4 +147,3 @@ public interface Adapter {
*/
boolean isEmpty();
}