Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
vargm committed Aug 7, 2022
1 parent 38513c5 commit 42f01e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ public DataflowLog4jPatternParser(Log4jPattern log4jPattern, Charset charset, Lo

}

/**
* @return the dataflowLogEventColumnList
*/
private List<LogEntryColumn> getDataflowLogEventColumnList() {
return dataflowLogEventColumnList;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,11 @@ public Object getValueAt(int rowIndex, int columnIndex) {
return alertLogEntry;
}

/*
* (non-Javadoc)
*
* @see com.pega.gcs.fringecommon.guiutilities.CustomJTableModel#getTableColumnModel( )
*/
@Override
public TableColumnModel getTableColumnModel() {
return tableColumnModel;
}

/*
* (non-Javadoc)
*
* @see com.pega.gcs.fringecommon.guiutilities.CustomJTableModel#getColumnValue(java. lang.Object, int)
*/
@Override
public String getColumnValue(Object valueAtObject, int columnIndex) {

Expand Down

0 comments on commit 42f01e0

Please sign in to comment.