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

unnecessary post construct method removed

parent 162de873
No related branches found
No related tags found
1 merge request!368fresh install of debian package uses flyway
......@@ -65,13 +65,6 @@ public class MiRNAService extends DbSearchService implements IMiRNAService {
super();
}
/**
* Init method called after initialization of spring bean.
*/
@PostConstruct
public void init() {
}
@Override
public MiRNA getByName(String name, DbSearchCriteria searchCriteria) {
if ("".equals(name)) {
......
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