Minor update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@102107 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
0d1cc3becf
commit
46aa37e9df
|
@ -351,7 +351,7 @@ public class TabularDataXGridPanel extends ContentPanel {
|
|||
List<ColumnConfig<DataRow, ?>> columns = columnModel
|
||||
.getColumns();
|
||||
|
||||
// Retrive ColumnId
|
||||
// Retrieve ColumnId
|
||||
DataRowColumnConfig<?> columnId = null;
|
||||
boolean columnIdRetrieved = false;
|
||||
for (ColumnConfig<DataRow, ?> col : columns) {
|
||||
|
@ -366,7 +366,7 @@ public class TabularDataXGridPanel extends ContentPanel {
|
|||
Log.debug("ColumnId Retrieved");
|
||||
ColumnDefinition columnIdSelected = columnId
|
||||
.getDefinition();
|
||||
// Retrive ColumnSelected
|
||||
// Retrieve ColumnSelected
|
||||
ColumnConfig<DataRow, ?> colSelected = columns.get(cell
|
||||
.getCell());
|
||||
DataRowColumnConfig<?> cSelected = (DataRowColumnConfig<?>) colSelected;
|
||||
|
|
Loading…
Reference in New Issue