Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgeek committed Oct 31, 2017
1 parent 7aad92e commit 5d31068
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Created by louisgeek on 2017/3/6.
*/

public class RecyclerViewAdapter extends ClassicRecyclerViewAdapter<String>{
public class RecyclerViewAdapter extends ClassicRecyclerViewAdapter<String> {

public RecyclerViewAdapter(List<String> mDataList, int mItemLayoutId) {
super(mDataList, mItemLayoutId);
Expand Down

0 comments on commit 5d31068

Please sign in to comment.