Skip to content

Commit 329a5dc

Browse files
authored
Update FirebaseListAdapter.java
1 parent 0deadf8 commit 329a5dc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

database/src/main/java/com/firebase/ui/database/FirebaseListAdapter.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,10 @@
5050
* @param <T> The class type to use as a model for the data contained in the children of the given Firebase location
5151
*/
5252
public abstract class FirebaseListAdapter<T> extends BaseAdapter {
53-
54-
private Activity mActivity;
55-
private final Class<T> mModelClass;
56-
private int mLayout;
57-
private FirebaseArray mSnapshots;
53+
Activity mActivity;
54+
final Class<T> mModelClass;
55+
int mLayout;
56+
FirebaseArray mSnapshots;
5857

5958

6059
/**

0 commit comments

Comments
 (0)