Skip to content

Commit

Permalink
missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
sonique6784 authored Apr 23, 2018
1 parent fcd3623 commit 0cececd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import com.evrencoskun.tableview.filter.Filter;
import com.evrencoskun.tableview.handler.ColumnSortHandler;
import com.evrencoskun.tableview.handler.FilterHandler;
import com.evrencoskun.tableview.handler.ScrollHandler;
import com.evrencoskun.tableview.handler.SelectionHandler;
import com.evrencoskun.tableview.layoutmanager.CellLayoutManager;
import com.evrencoskun.tableview.layoutmanager.ColumnHeaderLayoutManager;
Expand Down Expand Up @@ -144,5 +145,5 @@ public interface ITableView {
*
* @return The ScrollHandler of the TableView.
*/
ScrollHandler getScrollHandler()
ScrollHandler getScrollHandler();
}

0 comments on commit 0cececd

Please sign in to comment.