Skip to content

Commit

Permalink
Merge pull request #276 from sialcasa/275_public_viewlistcell
Browse files Browse the repository at this point in the history
275 public viewlistcell
  • Loading branch information
manuel-mauky committed Jul 1, 2015
2 parents cabe42d + e86550e commit 70a2b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* @param <T>
* which is used to create get the {@link ViewTuple}
*/
abstract class ViewListCell<T> extends ListCell<T> implements
public abstract class ViewListCell<T> extends ListCell<T> implements
ViewTupleMapper<T> {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ public interface ViewTupleMapper<T> {
* to map
* @return created {@link ViewTuple}
*/
public abstract ViewTuple<? extends View, ? extends ViewModel> map(T element);
ViewTuple<? extends View, ? extends ViewModel> map(T element);

}

0 comments on commit 70a2b21

Please sign in to comment.