Skip to content

Commit

Permalink
fix: correct inheritance by removing super method call (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
alirana01 committed May 3, 2024
1 parent 895dcb2 commit c270b54
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ public Color getBackground(Object element)
@Override
public void update(ViewerCell cell)
{
super.update(cell);
int totalCols = tableViewer.getTable().getColumnCount();
boolean isLastCol = cell.getColumnIndex() == (totalCols - 1);
boolean isFirstCol = cell.getColumnIndex() == 0;
Expand Down

0 comments on commit c270b54

Please sign in to comment.