Skip to content
Snippets Groups Projects
Commit a14d8c8f authored by Piotr Gawron's avatar Piotr Gawron
Browse files

this method doesn't improved super method

parent 318148e9
No related branches found
No related tags found
1 merge request!859Resolve "deprecacy information for data overlay"
......@@ -40,12 +40,6 @@ public class ModelDao extends BaseDao<ModelData> {
super.delete(model);
}
@Override
public ModelData getById(int id) {
ModelData result = super.getById(id);
return result;
}
/**
* Return the latest model for the project with a given project identifier.
*
......
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