Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
martint committed Mar 2, 2019
1 parent 7c346e7 commit e42e060
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ public TableLayout(TableLayoutHandle handle, ConnectorTableLayout layout)
this.layout = layout;
}

public ConnectorId getConnectorId()
{
return handle.getConnectorId();
}

public Optional<List<ColumnHandle>> getColumns()
{
return layout.getColumns();
Expand Down

0 comments on commit e42e060

Please sign in to comment.