Skip to content

Commit

Permalink
Merge pull request #888 from samuelcardoso/master
Browse files Browse the repository at this point in the history
Today's pullrequest
  • Loading branch information
thiagobustamante committed Nov 19, 2015
2 parents d9c5d9a + 1580ea5 commit 7ffaf84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ public interface DataProvider<T>

/**
* Remove an object from DataProvider
* @param record
* @param recordIndex
* @return
*/
DataProviderRecord<T> remove(int record);
DataProviderRecord<T> remove(int recordIndex);

/**
* Reset DataProvider, as if it was never loaded before.
Expand Down

0 comments on commit 7ffaf84

Please sign in to comment.