Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
a14d8c8f
Commit
a14d8c8f
authored
Jul 25, 2019
by
Piotr Gawron
Browse files
this method doesn't improved super method
parent
318148e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
persist/src/main/java/lcsb/mapviewer/persist/dao/map/ModelDao.java
View file @
a14d8c8f
...
...
@@ -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.
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment