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

minor: remove warnings

SVN: 19868
parent 24cfd900
No related branches found
No related tags found
No related merge requests found
...@@ -294,7 +294,6 @@ final class HibernateSearchDAO extends HibernateDaoSupport implements IHibernate ...@@ -294,7 +294,6 @@ final class HibernateSearchDAO extends HibernateDaoSupport implements IHibernate
this.dataProvider = dataProvider; this.dataProvider = dataProvider;
} }
@SuppressWarnings("unchecked")
public List transformList(List collection) public List transformList(List collection)
{ {
throw new IllegalStateException("This method should not be called"); throw new IllegalStateException("This method should not be called");
......
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