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

remove unused empty method

SVN: 21638
parent 8fd0e78a
No related branches found
No related tags found
No related merge requests found
......@@ -49,12 +49,6 @@ public class BaseEntityModel<T> extends SimplifiedBaseModelData
{
private static final long serialVersionUID = 1L;
public static <T> BaseEntityModel<T> create(GridRowModel<T> entity,
List<IColumnDefinitionUI<T>> columnDefinitions)
{
return null;
}
public BaseEntityModel(final GridRowModel<T> entity,
IColumnDefinitionKind<T>[] staticColumnDefinitions)
{
......
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