Skip to content

Commit

Permalink
Merge pull request #280 from bignerdranch/pt/javadoc
Browse files Browse the repository at this point in the history
javadoc updates for release
  • Loading branch information
dgreenhalgh committed Oct 7, 2016
2 parents 5260db6 + de54951 commit 28858de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions expandablerecyclerview/build.gradle
Expand Up @@ -31,3 +31,7 @@ dependencies {
}

apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

afterEvaluate {
androidJavadocs.classpath += project.android.libraryVariants.toList().first().javaCompile.classpath
}
Expand Up @@ -154,8 +154,8 @@ public RecyclerView.ViewHolder onCreateViewHolder(@NonNull ViewGroup viewGroup,
* Implementation of Adapter.onBindViewHolder(RecyclerView.ViewHolder, int)
* that determines if the list item is a parent or a child and calls through
* to the appropriate implementation of either
* {@link #onBindParentViewHolder(ParentViewHolder, int, P)} or
* {@link #onBindChildViewHolder(ChildViewHolder, int, int, C)}.
* {@link #onBindParentViewHolder(ParentViewHolder, int, Parent)} or
* {@link #onBindChildViewHolder(ChildViewHolder, int, int, Object)}.
*
* @param holder The RecyclerView.ViewHolder to bind data to
* @param flatPosition The index in the merged list of children and parents at which to bind
Expand Down

0 comments on commit 28858de

Please sign in to comment.