Skip to content

Commit

Permalink
#275 ViewListCell is now public to allow customization
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-mauky committed Jul 1, 2015
1 parent cabe42d commit 67e8ae8
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 67e8ae8

Please sign in to comment.