Skip to content

Commit b390da9

Browse files
committed
Fixed JavaDoc and version
1 parent ab6fa42 commit b390da9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 10
99
targetSdkVersion 22
1010
versionCode 1
11-
versionName "0.2.0"
11+
versionName "0.2.1"
1212
}
1313
buildTypes {
1414
release {

library/src/main/java/com/firebase/ui/FirebaseRecyclerViewAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ protected void populateViewHolder(VH viewHolder, T model, int position) {
199199
/**
200200
* This is a backwards compatible version of populateViewHolder.
201201
* <p>
202-
* You should implement either this method or the other {@link FirebaseListAdapter#populateView(View, Object, int)} method
202+
* You should implement either this method or the other {@link FirebaseRecyclerViewAdapter#populateViewHolder(VH, Object, int)} method
203203
* but not both.
204204
*
205205
* @see FirebaseListAdapter#populateView(View, Object, int)

0 commit comments

Comments
 (0)