Skip to content

Commit

Permalink
change dome doc
Browse files Browse the repository at this point in the history
  • Loading branch information
LightSun committed Jan 11, 2017
1 parent d9b9fb6 commit eefec8e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public class AdapterManager<T extends ISelectable> implements SelectHelper.Callb

private final IAdapterManagerCallback2 mCallback2;
private final SelectHelper<T> mSelectHelper;
private List<T> mDatas;
private final List<T> mDatas;

private ArrayList<IPostRunnableCallback<T>> mPostCallbacks;
private AdapterDataRemovedObservable<T> mRemovedObservable;

Expand Down Expand Up @@ -692,7 +693,7 @@ public void notifyItemRangeRemoved(int positionStart, int itemCount) {
/**
* the item changer
*
* @param <T>
* @param <T> the data type.
*/
public interface ItemChanger<T> {
/**
Expand Down

0 comments on commit eefec8e

Please sign in to comment.