Skip to content

Commit

Permalink
#275 remove redundant access modifiers in ViewTupleMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-mauky committed Jul 1, 2015
1 parent 67e8ae8 commit e86550e
Showing 1 changed file with 1 addition and 1 deletion.
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 e86550e

Please sign in to comment.