Skip to content

Commit

Permalink
0004943: Replaced or removed all instances of setDescriptionGenerator()
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-miller-jumpmind committed Jul 14, 2021
1 parent 7a2aae9 commit 9d137b4
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -79,8 +79,6 @@ public SqlHistoryDialog(ISettingsProvider settingsProvider, QueryPanel queryPane
for (Column<SqlHistory> column : grid.getColumns()) {
column.setResizable(true);
}

//grid.setDescriptionGenerator(history -> history.getSqlStatement());

HeaderRow filteringHeader = grid.appendHeaderRow();
HeaderCell logTextFilterCell = filteringHeader.getCell(grid.getColumnByKey("sqlStatement"));
Expand Down

0 comments on commit 9d137b4

Please sign in to comment.