Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab1c9e07 authored by Minhyeok Jeong's avatar Minhyeok Jeong
Browse files

Fix javadoc for Adapter.getViewTypeCount()

Remove duplicate words.

Change-Id: Iaeeb8f74313d2ca88c28e4b3672316367b16ca2d
parent 5acb30de
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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();
}