Skip to content
Snippets Groups Projects
Commit ceb2aac2 authored by tpylak's avatar tpylak
Browse files

minor: remove unused method

SVN: 9669
parent fdc15c0c
No related branches found
No related tags found
No related merge requests found
......@@ -70,16 +70,6 @@ public final class SampleModel extends AbstractEntityModel<Sample>
return columns;
}
public static ColumnDefsAndConfigs<Sample> createBasicColumnsSchema(
IMessageProvider messageProvider)
{
assert messageProvider != null : "message provider needed to create table headers";
ColumnDefsAndConfigs<Sample> columns = new ColumnDefsAndConfigs<Sample>();
columns.addColumns(createCommonColumnsSchema(messageProvider));
return columns;
}
// here we create the columns definition having just one table row. We need them only to render
// column values (headers have been already created), so no message provider is needed.
private static List<IColumnDefinitionUI<Sample>> createColumnsSchema(Sample sample)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment